fix: do not show migration toast if user not enable dashboard filter components (#17440)
This commit is contained in:
parent
eb029ab068
commit
9f1bf1cbd5
|
|
@ -140,7 +140,7 @@ const DashboardPage: FC = () => {
|
|||
}
|
||||
|
||||
setFilterboxMigrationState(FILTER_BOX_MIGRATION_STATES.UNDECIDED);
|
||||
} else {
|
||||
} else if (isFeatureEnabled(FeatureFlag.DASHBOARD_NATIVE_FILTERS)) {
|
||||
dispatch(
|
||||
addWarningToast(
|
||||
t(
|
||||
|
|
|
|||
Loading…
Reference in New Issue