From d55a040acdc5e029481ec35f4cd8f7fa2cb4aa06 Mon Sep 17 00:00:00 2001 From: Amit Miran <47772523+amitmiran137@users.noreply.github.com> Date: Sun, 14 Feb 2021 22:37:48 +0200 Subject: [PATCH] feat(native-filters): hide filterBar and toggle icon when in editMode (#13108) --- superset-frontend/src/dashboard/components/DashboardBuilder.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && (