diff --git a/superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx b/superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx index 2afb1698c75..379568384fd 100644 --- a/superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx +++ b/superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx @@ -259,6 +259,7 @@ const config: ControlPanelConfig = { }, }, ], + ['adhoc_filters'], [ { name: 'timeseries_limit_metric', @@ -359,7 +360,6 @@ const config: ControlPanelConfig = { }, }, ], - ['adhoc_filters'], emitFilterControl, ], },