From bca7aea61ca13383617b13e47b0834eee4cea258 Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 10:09:54 +0200 Subject: [PATCH] [v11.0.x] DashboardScene: Fixes issue moving between dashboards (#86096) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit DashboardScene: Fixes issue moving between dashboards (#86093) (cherry picked from commit 814ffdbc2b60474d956bfa5b3e91a3c5d1b2e489) Co-authored-by: Torkel Ödegaard --- .../app/features/dashboard-scene/pages/DashboardScenePage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/dashboard-scene/pages/DashboardScenePage.tsx b/public/app/features/dashboard-scene/pages/DashboardScenePage.tsx index 3220e9aa0b0..f70dc029256 100644 --- a/public/app/features/dashboard-scene/pages/DashboardScenePage.tsx +++ b/public/app/features/dashboard-scene/pages/DashboardScenePage.tsx @@ -74,7 +74,7 @@ export function DashboardScenePage({ match, route, queryParams, history }: Props return ( <> - + );