diff --git a/superset-frontend/src/dashboard/components/DashboardBuilder.jsx b/superset-frontend/src/dashboard/components/DashboardBuilder.jsx index 945d95639..308ecfa8e 100644 --- a/superset-frontend/src/dashboard/components/DashboardBuilder.jsx +++ b/superset-frontend/src/dashboard/components/DashboardBuilder.jsx @@ -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 && (