mirror of
https://github.com/apache/superset.git
synced 2026-04-07 18:35:15 +00:00
feat(filters-set): basic implementation for managing user filter sets (#13031)
* feat: POC adding filters set feature * lint: fix TS * fix: fix FF name * refactor: fix CR notes * fix: fix update values in filter bar
This commit is contained in:
@@ -51,6 +51,7 @@ describe('getFormDataWithExtraFilters', () => {
|
||||
},
|
||||
sliceId: chartId,
|
||||
nativeFilters: {
|
||||
filterSets: {},
|
||||
filters: {
|
||||
[filterId]: ({
|
||||
id: filterId,
|
||||
|
||||
Reference in New Issue
Block a user