From e0054c06fe75437b84158abd07033bc927170853 Mon Sep 17 00:00:00 2001 From: Matias Chomicki Date: Wed, 31 Jan 2024 12:51:15 +0100 Subject: [PATCH] DashNav: add missing key (#81626) * DashNav: add missing key * DashNav: use more specific key --- .../app/features/dashboard/components/DashNav/DashNav.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/public/app/features/dashboard/components/DashNav/DashNav.tsx b/public/app/features/dashboard/components/DashNav/DashNav.tsx index 52ced1ac177..ffd013ebcf8 100644 --- a/public/app/features/dashboard/components/DashNav/DashNav.tsx +++ b/public/app/features/dashboard/components/DashNav/DashNav.tsx @@ -188,7 +188,13 @@ export const DashNav = React.memo((props) => { if (dashboard.meta.publicDashboardEnabled) { // TODO: This will be replaced with the new badge component. Color is required but gets override by css buttons.push( - + ); }