mirror of
https://github.com/apache/superset.git
synced 2026-04-07 10:31:50 +00:00
feat(filter-sets): Saving filter sets in metadata (#13205)
* feat: POC adding filters set feature * lint: fix TS * fix: fix FF name * refactor: fix CR notes * fix: fix update values in filter bar * refactor: save filter sets in meta * feat(filter-sets): save filters sets in metadata
This commit is contained in:
@@ -65,6 +65,7 @@ describe('getFormDataWithExtraFilters', () => {
|
||||
[filterId]: {
|
||||
id: filterId,
|
||||
extraFormData: {},
|
||||
currentState: {},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user