Use the selectedDashboard getter in dashboard.vue
Previously the currently selected dashboard was calculated on the fly by the dashboard, but as other components need this knowledge as well this was added to a (nullable) getter selectedDashboard. The selectedDashboard getter is used by the dashboard with this change.
Showing
Please register or sign in to comment