From 9629dded42e5457266a2448ce5e9851b2bcb6749 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Fri, 12 Feb 2021 18:08:18 +0100 Subject: [PATCH] DashboardLinks: Fixes links always cause full page reload (#31178) --- .../features/dashboard/components/SubMenu/DashboardLinks.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/dashboard/components/SubMenu/DashboardLinks.tsx b/public/app/features/dashboard/components/SubMenu/DashboardLinks.tsx index 9abf7c63b3a..04d51e31f1f 100644 --- a/public/app/features/dashboard/components/SubMenu/DashboardLinks.tsx +++ b/public/app/features/dashboard/components/SubMenu/DashboardLinks.tsx @@ -46,7 +46,7 @@ export const DashboardLinks: FC = ({ dashboard, links }) => {