mirror of
https://github.com/apache/superset.git
synced 2026-09-05 23:12:01 +00:00
feat(build): migrate from Prettier to Oxfmt for performant code formatting (#42434)
This commit is contained in:
@@ -822,7 +822,8 @@ const transformProps = (
|
||||
|
||||
// Strip saved filter from chartState after initial application to prevent re-injection
|
||||
let chartState = serverPaginationData?.chartState as
|
||||
AgGridChartState | undefined;
|
||||
| AgGridChartState
|
||||
| undefined;
|
||||
const chartStateHasFilter = !!(
|
||||
chartState?.filterModel && Object.keys(chartState.filterModel).length > 0
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user