fix(Chart): restore filterState prop removed during function component conversion

This commit is contained in:
Evan Rusackas
2026-04-17 12:16:26 -07:00
committed by Claude
parent e0235601a7
commit b8d4ccd7e7

View File

@@ -27,6 +27,7 @@ import {
SqlaFormData,
ClientErrorObject,
DataRecordFilters,
type FilterState,
type JsonObject,
type AgGridChartState,
} from '@superset-ui/core';
@@ -90,6 +91,7 @@ export interface ChartProps {
onChartStateChange?: (chartState: AgGridChartState) => void;
/** Whether to suppress the loading spinner (during auto-refresh) */
suppressLoadingSpinner?: boolean;
filterState?: FilterState;
}
export type Actions = {