mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 10:50:37 -06:00
DashboardScene: Fixes issue moving between dashboards (#86093)
This commit is contained in:
parent
54e1756b49
commit
814ffdbc2b
@ -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…
Reference in New Issue
Block a user