This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a change to branch chore/ts-migration-non-dashboard
in repository https://gitbox.apache.org/repos/asf/superset.git
from af95377e93 fix(types): fix TypeScript errors across multiple files
add d5f28529db fix(types): improve type safety in explore components
No new revisions were added by this update.
Summary of changes:
.../SqlLab/components/SaveDatasetModal/index.tsx | 4 +-
superset-frontend/src/components/Chart/Chart.tsx | 6 +-
.../src/components/Chart/ChartRenderer.tsx | 8 +-
.../src/components/Chart/chartActions.test.ts | 8 +-
.../DatasourceEditor/DatasourceEditor.tsx | 16 ++--
.../FilterBar/FilterControls/FilterValue.tsx | 2 +-
.../FiltersConfigForm/FiltersConfigForm.tsx | 2 +-
superset-frontend/src/embedded/utils.ts | 8 +-
.../DataTablesPane/components/useResultsPane.tsx | 4 +-
.../components/ExploreChartHeader/index.tsx | 24 +++--
.../components/ExploreViewContainer/index.tsx | 30 +++++-
.../controls/AnnotationLayerControl/index.tsx | 4 +-
.../useExploreAdditionalActionsMenu/index.tsx | 105 ++++++++++++++-------
superset-frontend/src/explore/types.ts | 1 +
.../src/features/reports/ReportModal/actions.ts | 6 +-
superset-frontend/src/middleware/logger.test.ts | 8 +-
16 files changed, 154 insertions(+), 82 deletions(-)