Skip to content

Commit

Permalink
Fixed the right click to emit dashboard cross-filters (#213)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
cccs-Dustin authored Oct 5, 2022
1 parent 85719e6 commit 1c8ab53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit 1c8ab53

Please sign in to comment.