mirror of
https://github.com/apache/superset.git
synced 2026-04-17 15:15:20 +00:00
feat(native-filters): hide filterBar and toggle icon when in editMode (#13108)
This commit is contained in:
@@ -293,7 +293,7 @@ class DashboardBuilder extends React.Component {
|
||||
className="dashboard-content"
|
||||
dashboardFiltersOpen={this.state.dashboardFiltersOpen}
|
||||
>
|
||||
{isFeatureEnabled(FeatureFlag.DASHBOARD_NATIVE_FILTERS) && (
|
||||
{isFeatureEnabled(FeatureFlag.DASHBOARD_NATIVE_FILTERS) && !editMode && (
|
||||
<StickyVerticalBar
|
||||
filtersOpen={this.state.dashboardFiltersOpen}
|
||||
topOffset={barTopOffset}
|
||||
|
||||
Reference in New Issue
Block a user