feat: Move cross filters to Dashboard (#22785)

This commit is contained in:
Geido
2023-01-25 18:01:06 +01:00
committed by GitHub
parent 262c947273
commit 9ed2326a20
87 changed files with 814 additions and 640 deletions

View File

@@ -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,
};
},
},