[v11.0.x] DashboardScene: Fixes issue moving between dashboards (#86096)

DashboardScene: Fixes issue moving between dashboards (#86093)

(cherry picked from commit 814ffdbc2b)

Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
pull/86105/head
grafana-delivery-bot[bot] 1 year ago committed by GitHub
parent 56ea839a82
commit bca7aea61c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      public/app/features/dashboard-scene/pages/DashboardScenePage.tsx

@ -74,7 +74,7 @@ export function DashboardScenePage({ match, route, queryParams, history }: Props
return (
<>
<dashboard.Component model={dashboard} />
<dashboard.Component model={dashboard} key={dashboard.state.key} />
<DashboardPrompt dashboard={dashboard} />
</>
);

Loading…
Cancel
Save