-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: clear the item filters after the dashboard has been switched (#612)
Bug: when switching from one dashboard to another, and item filters were set, then dashboard items from the first dashboard were being re-rendered briefly before the new dashboard was loaded. This was happening because the item filters were being cleared from the store prior to the dashboard switching. The store change triggered a re-render on the dashboard items. As part of the fix, several imports were added to actions/selected. I reordered the imports to group them, just for reading legibility.
- Loading branch information
1 parent
a89c1cb
commit 8d8357f
Showing
2 changed files
with
31 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters