From 335234c661b596ebd4eecfc878b683e18150e9fe Mon Sep 17 00:00:00 2001 From: Kamal Galrani Date: Sun, 17 May 2020 16:34:11 +0530 Subject: [PATCH] fixes target in dashboard link --- .../dashboard/components/SubMenu/DashboardLinks.tsx | 6 +++++- .../dashboard/components/SubMenu/DashboardsDropdown.tsx | 2 +- public/app/features/dashboard/state/DashboardModel.ts | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/public/app/features/dashboard/components/SubMenu/DashboardLinks.tsx b/public/app/features/dashboard/components/SubMenu/DashboardLinks.tsx index 39092e48806..d2f231f503a 100644 --- a/public/app/features/dashboard/components/SubMenu/DashboardLinks.tsx +++ b/public/app/features/dashboard/components/SubMenu/DashboardLinks.tsx @@ -25,7 +25,11 @@ export const DashboardLinks: FC = ({ dashboard }) => { } const linkElement = ( - + {sanitize(linkInfo.title)} diff --git a/public/app/features/dashboard/components/SubMenu/DashboardsDropdown.tsx b/public/app/features/dashboard/components/SubMenu/DashboardsDropdown.tsx index 08fc46d0324..11ffa485391 100644 --- a/public/app/features/dashboard/components/SubMenu/DashboardsDropdown.tsx +++ b/public/app/features/dashboard/components/SubMenu/DashboardsDropdown.tsx @@ -45,7 +45,7 @@ export class DashboardsDropdown extends PureComponent {