This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
from 3edc656f20 fix(explore): Dashboard list is unsorted in save modal
(#21317)
add 4245bc3f38 chore(style): Enforce optional chaining (#21614)
No new revisions were added by this update.
Summary of changes:
superset-frontend/.eslintrc.js | 1 +
.../src/components/labelUtils.tsx | 6 +----
.../src/shared-controls/dndControls.tsx | 6 ++---
.../src/color/CategoricalColorScale.ts | 3 +--
.../src/connection/callApi/callApi.ts | 2 +-
.../superset-ui-core/src/models/Registry.ts | 2 +-
.../src/BigNumber/BigNumberTotal/transformProps.ts | 2 +-
.../BigNumberWithTrendline/transformProps.ts | 2 +-
.../SqlLab/components/AceEditorWrapper/index.tsx | 2 +-
.../src/components/Chart/chartReducer.ts | 5 +---
.../src/components/ConfirmStatusChange/index.tsx | 2 +-
.../src/components/Datasource/CollectionTable.tsx | 4 +--
.../ErrorMessage/DatabaseErrorMessage.tsx | 19 +++++++-------
.../src/components/FacePile/index.tsx | 4 +--
.../src/components/ListView/Filters/index.tsx | 3 +--
superset-frontend/src/components/Select/utils.tsx | 2 +-
.../src/components/TableCollection/index.tsx | 6 ++---
.../components/SliceHeaderControls/index.tsx | 11 +++-----
.../FilterBar/FilterControls/FilterControl.tsx | 2 +-
.../nativeFilters/FilterCard/useFilterScope.ts | 7 +++---
.../FiltersConfigModal/FiltersConfigModal.tsx | 2 +-
.../src/dashboard/containers/DashboardPage.tsx | 6 ++---
.../src/dashboard/util/filterboxMigrationHelper.ts | 5 +---
.../DndColumnSelectControl/DndFilterSelect.tsx | 5 ++--
.../index.tsx | 2 +-
.../src/explore/controlUtils/getControlState.ts | 2 +-
.../exploreUtils/getParsedExploreURLParams.ts | 2 +-
.../components/Select/SelectFilterPlugin.tsx | 2 +-
superset-frontend/src/middleware/asyncEvent.ts | 2 +-
superset-frontend/src/preamble.ts | 2 +-
superset-frontend/src/setup/setupApp.ts | 2 +-
superset-frontend/src/setup/setupClient.ts | 2 +-
.../src/views/CRUD/alert/AlertList.tsx | 2 +-
.../src/views/CRUD/alert/AlertReportModal.tsx | 29 +++++++++-------------
.../src/views/CRUD/annotation/AnnotationModal.tsx | 13 +++++-----
.../CRUD/annotationlayers/AnnotationLayerModal.tsx | 4 +--
.../views/CRUD/csstemplates/CssTemplateModal.tsx | 12 ++++-----
.../src/views/CRUD/dashboard/DashboardCard.tsx | 4 +--
superset-frontend/src/views/CRUD/utils.tsx | 6 ++---
.../src/views/components/RightMenu.tsx | 2 +-
40 files changed, 83 insertions(+), 114 deletions(-)