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
  • Loading branch information
Grace Guo committed Nov 15, 2021
1 parent 9741eaa commit 791d7e9
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 791d7e9

Please sign in to comment.