mirror of
https://github.com/apache/superset.git
synced 2026-05-21 15:55:10 +00:00
fix(Chart): restore filterState prop removed during function component conversion
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user