From 2b7628c69efb5c5fcd3f3f6648ea41ba2e70ac69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Fri, 19 Feb 2021 08:26:22 +0100 Subject: [PATCH] DashboardLinks: Fixes another issue where dashboard links cause full page reload (#31334) --- .../dashboard/components/SubMenu/DashboardLinksDashboard.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/app/features/dashboard/components/SubMenu/DashboardLinksDashboard.tsx b/public/app/features/dashboard/components/SubMenu/DashboardLinksDashboard.tsx index 7c304f702e7..fa3b3787bf4 100644 --- a/public/app/features/dashboard/components/SubMenu/DashboardLinksDashboard.tsx +++ b/public/app/features/dashboard/components/SubMenu/DashboardLinksDashboard.tsx @@ -40,7 +40,7 @@ export const DashboardLinksDashboard: React.FC = (props) => {
  • {resolvedLink.title} @@ -67,7 +67,7 @@ export const DashboardLinksDashboard: React.FC = (props) => {