This is an automated email from the ASF dual-hosted git repository.
junlin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git.
from d0b00bc fix: Fix switching viz type to and from Filter box (#13094)
add 613945a fix(FilterBox): treat empty defaultValues as null (#13109)
No new revisions were added by this update.
Summary of changes:
.../util/getFilterConfigsFromFormdata_spec.js | 14 ++++++-
.../dashboard/components/FiltersBadge/selectors.ts | 9 +++--
.../dashboard/util/getFilterConfigsFromFormdata.js | 16 +++++---
superset-frontend/src/explore/constants.js | 11 +++++
.../src/visualizations/FilterBox/FilterBox.jsx | 47 +++++++++-------------
superset-frontend/src/visualizations/constants.js | 27 -------------
6 files changed, 60 insertions(+), 64 deletions(-)
delete mode 100644 superset-frontend/src/visualizations/constants.js