From 1c8ab536098ea2179f135a6f20a27506be2ae165 Mon Sep 17 00:00:00 2001 From: cccs-Dustin <96579982+cccs-Dustin@users.noreply.github.com> Date: Wed, 5 Oct 2022 09:01:48 -0400 Subject: [PATCH] Fixed the right click to emit dashboard cross-filters (#213) * Fixed the right click to emit filters through the context menu as it was not working * Temp update to build image * Revert temp update to build image --- .../plugins/plugin-chart-cccs-grid/src/plugin/controlPanel.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 3ac3c2d453dfc..2d561ebe909dc 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'),