Skip to content

Commit

Permalink
fix: do not show migration toast if user not enable dashboard filter …
Browse files Browse the repository at this point in the history
…components (#17440)
  • Loading branch information
Grace Guo authored and AAfghahi committed Jan 10, 2022
1 parent 38576bb commit 946f466
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ const DashboardPage: FC = () => {
}

setFilterboxMigrationState(FILTER_BOX_MIGRATION_STATES.UNDECIDED);
} else {
} else if (isFeatureEnabled(FeatureFlag.DASHBOARD_NATIVE_FILTERS)) {
dispatch(
addWarningToast(
t(
Expand Down

0 comments on commit 946f466

Please sign in to comment.