This is an automated email from the ASF dual-hosted git repository.
kgabryje pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
from fb8231b50c fix(sqllab): wiped out unsaved changes by delayed actions
(#21877)
add 9d25453425 fix(explore): Chart save modal displays error instead of
failing silently (#21920)
No new revisions were added by this update.
Summary of changes:
superset-frontend/src/explore/ExplorePage.tsx | 9 +-
.../src/explore/actions/exploreActions.ts | 6 +
.../src/explore/actions/hydrateExplore.test.ts | 4 +
.../src/explore/actions/hydrateExplore.ts | 10 +-
.../src/explore/actions/saveModalActions.js | 6 +
.../ExploreChartHeader/ExploreChartHeader.test.tsx | 16 +-
.../components/ExploreChartHeader/index.jsx | 34 ++--
.../components/ExploreViewContainer/index.jsx | 49 +++---
.../src/explore/components/SaveModal.tsx | 175 +++++++++++----------
.../src/explore/reducers/exploreReducer.js | 6 +
.../src/explore/reducers/saveModalReducer.js | 3 +
superset-frontend/src/explore/types.ts | 3 +
12 files changed, 189 insertions(+), 132 deletions(-)