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 {