mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
fix(nativeFilters): Speed up native filters by removing unnecessary rerenders (#25282)
Co-authored-by: JUST.in DO IT <justin.park@airbnb.com>
(cherry picked from commit a0eeb4d767)
This commit is contained in:
committed by
Michael S. Molina
parent
b83bd5dc1c
commit
7b2b696a19
@@ -56,6 +56,7 @@ export function getInitialDataMask(
|
||||
}
|
||||
return {
|
||||
...otherProps,
|
||||
__cache: {},
|
||||
extraFormData: {},
|
||||
filterState: {},
|
||||
ownState: {},
|
||||
|
||||
Reference in New Issue
Block a user