From 814ffdbc2b60474d956bfa5b3e91a3c5d1b2e489 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Mon, 15 Apr 2024 09:18:02 +0200 Subject: [PATCH] DashboardScene: Fixes issue moving between dashboards (#86093) --- .../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 ( <> - + );