You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(dashboards): Starred dashboards not changing in navbar (#90338)
Before, starring a dashboard on the manage dashboards page would show
changes in the nav bar but if it was favourited anywhere else it would
not. I've moved the logic to clear the api query cache to the
`updateDashboardFavorite` function so that the cache is cleared every
time a favourite dashboard is updated. As long as this function is being
used to update the favourites, the navbar will show the changes. (This
function is being used to update favourites in all places afaik)
0 commit comments