mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
DashboardScene: Fixes issue moving between dashboards (#86093)
This commit is contained in:
@@ -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} />
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user