diff --git a/superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx b/superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx index a59ade460a5fc..0208f7bdf67e4 100644 --- a/superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx +++ b/superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx @@ -191,6 +191,7 @@ const config: ControlPanelConfig = { }, ], [ + // @ts-ignore hasGenericChartAxes && isAggMode ? { name: 'time_grain_sqla', @@ -219,6 +220,7 @@ const config: ControlPanelConfig = { }, } : null, + // @ts-ignore hasGenericChartAxes && isAggMode ? 'temporal_columns_lookup' : null, ], [