mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +00:00
feat: Move cross filters to Dashboard (#22785)
This commit is contained in:
@@ -44,7 +44,6 @@ import {
|
||||
sharedControls,
|
||||
ControlPanelState,
|
||||
ControlState,
|
||||
emitFilterControl,
|
||||
Dataset,
|
||||
ColumnMeta,
|
||||
defineSavedMetrics,
|
||||
@@ -369,7 +368,6 @@ const config: ControlPanelConfig = {
|
||||
},
|
||||
},
|
||||
],
|
||||
emitFilterControl,
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -488,7 +486,6 @@ const config: ControlPanelConfig = {
|
||||
queryResponse: chart?.queriesResponse?.[0] as
|
||||
| ChartDataResponseResult
|
||||
| undefined,
|
||||
emitFilter: explore?.controls?.table_filter?.value,
|
||||
};
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user