mirror of
https://github.com/apache/superset.git
synced 2026-04-18 07:35:09 +00:00
fix: do not show migration toast if user not enable dashboard filter components (#17440)
This commit is contained in:
@@ -140,7 +140,7 @@ const DashboardPage: FC = () => {
|
||||
}
|
||||
|
||||
setFilterboxMigrationState(FILTER_BOX_MIGRATION_STATES.UNDECIDED);
|
||||
} else {
|
||||
} else if (isFeatureEnabled(FeatureFlag.DASHBOARD_NATIVE_FILTERS)) {
|
||||
dispatch(
|
||||
addWarningToast(
|
||||
t(
|
||||
|
||||
Reference in New Issue
Block a user