mirror of
https://github.com/apache/superset.git
synced 2026-04-22 01:24:43 +00:00
feat(dashboard): Add cross filter from context menu (#23141)
This commit is contained in:
committed by
GitHub
parent
95eb8d79d0
commit
ee1952e488
@@ -87,7 +87,8 @@ class ChartRenderer extends React.Component {
|
||||
this.state = {
|
||||
showContextMenu:
|
||||
props.source === ChartSource.Dashboard &&
|
||||
isFeatureEnabled(FeatureFlag.DRILL_TO_DETAIL),
|
||||
(isFeatureEnabled(FeatureFlag.DRILL_TO_DETAIL) ||
|
||||
isFeatureEnabled(FeatureFlag.DASHBOARD_CROSS_FILTERS)),
|
||||
inContextMenu: false,
|
||||
};
|
||||
this.hasQueryResponseChange = false;
|
||||
|
||||
Reference in New Issue
Block a user