Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: setting selectedId to null caused endless spinner [DHIS2-9337]
Due to changes in state handling in the Dashboard component, setting selectedId to null caused an endless spinner. Also removed the 2 other redux actions because these things (clear edit dashboard and clear dashboard items) will be executed when the route is changed right after the thunk completes.
- Loading branch information