mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
feat(native-filters): Set default scope by filters' and charts' datasets (#15302)
* feat(native-filters): Set default scope by filter's and charts datasets * Fix undefined error * Use JSON.stringify in dependency array * Fix lint issue * Lock scope after switching radio buttons * Fix weird eslint issue * Change prop names * Implement useComponentDidUpdate * Fix lint * Refactor useComponentDidUpdate * Remove screen.debug()
This commit is contained in:
committed by
GitHub
parent
352656a398
commit
f0b64190b5
@@ -48,6 +48,7 @@ describe('getFormDataWithExtraFilters', () => {
|
||||
val: ['United States'],
|
||||
},
|
||||
],
|
||||
datasource: '123',
|
||||
},
|
||||
};
|
||||
const mockArgs: GetFormDataWithExtraFiltersArguments = {
|
||||
|
||||
Reference in New Issue
Block a user