From 212c1477c26bc2533529b417e4c7b30625a8ddeb Mon Sep 17 00:00:00 2001
From: Sergej-Vlasov <37613182+Sergej-Vlasov@users.noreply.github.com>
Date: Mon, 17 Jun 2024 12:31:52 +0200
Subject: [PATCH] DashboardScene: Adjust a11y tests errors (#89275)
adjust a11y tests errors
---
.../core/components/AccessControl/PermissionListItem.tsx | 2 +-
.../features/dashboard-scene/scene/NavToolbarActions.tsx | 7 ++++++-
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/public/app/core/components/AccessControl/PermissionListItem.tsx b/public/app/core/components/AccessControl/PermissionListItem.tsx
index 0d6eaf15cf7..1fdf97b7a55 100644
--- a/public/app/core/components/AccessControl/PermissionListItem.tsx
+++ b/public/app/core/components/AccessControl/PermissionListItem.tsx
@@ -60,7 +60,7 @@ export const PermissionListItem = ({ item, permissionLevels, canSet, onRemove, o
/>
) : (
-
+
)}
diff --git a/public/app/features/dashboard-scene/scene/NavToolbarActions.tsx b/public/app/features/dashboard-scene/scene/NavToolbarActions.tsx
index 922d2d6543b..18a6a336ccf 100644
--- a/public/app/features/dashboard-scene/scene/NavToolbarActions.tsx
+++ b/public/app/features/dashboard-scene/scene/NavToolbarActions.tsx
@@ -566,7 +566,12 @@ export function ToolbarActions({ dashboard }: Props) {
Save dashboard
-
+
);