diff --git a/superset-frontend/src/cccs-viz/plugins/plugin-chart-cccs-grid/src/plugin/controlPanel.tsx b/superset-frontend/src/cccs-viz/plugins/plugin-chart-cccs-grid/src/plugin/controlPanel.tsx index 3ac3c2d453df..2d561ebe909d 100644 --- a/superset-frontend/src/cccs-viz/plugins/plugin-chart-cccs-grid/src/plugin/controlPanel.tsx +++ b/superset-frontend/src/cccs-viz/plugins/plugin-chart-cccs-grid/src/plugin/controlPanel.tsx @@ -390,7 +390,7 @@ const config: ControlPanelConfig = { [ isFeatureEnabled(FeatureFlag.DASHBOARD_CROSS_FILTERS) ? { - name: 'table_filter', + name: 'emitFilter', config: { type: 'CheckboxControl', label: t('Emit dashboard cross filters'),