diff --git a/superset-frontend/src/dashboard/containers/DashboardPage.tsx b/superset-frontend/src/dashboard/containers/DashboardPage.tsx index b154b6cf1b326..0622fac505a5f 100644 --- a/superset-frontend/src/dashboard/containers/DashboardPage.tsx +++ b/superset-frontend/src/dashboard/containers/DashboardPage.tsx @@ -140,7 +140,7 @@ const DashboardPage: FC = () => { } setFilterboxMigrationState(FILTER_BOX_MIGRATION_STATES.UNDECIDED); - } else { + } else if (isFeatureEnabled(FeatureFlag.DASHBOARD_NATIVE_FILTERS)) { dispatch( addWarningToast( t(