From 86ea0c2bc9814b448603f9af5c98d08ec0d12d59 Mon Sep 17 00:00:00 2001 From: Khushi Jain <57278642+khushijain21@users.noreply.github.com> Date: Tue, 23 May 2023 14:34:04 +0530 Subject: [PATCH] Dashboards: Fix undefined aria labels in Annotation Checkboxes for Programmatic Access (#68050) --- .../features/dashboard/components/SubMenu/AnnotationPicker.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/public/app/features/dashboard/components/SubMenu/AnnotationPicker.tsx b/public/app/features/dashboard/components/SubMenu/AnnotationPicker.tsx index 13c57499f33..cb2fceb8d00 100644 --- a/public/app/features/dashboard/components/SubMenu/AnnotationPicker.tsx +++ b/public/app/features/dashboard/components/SubMenu/AnnotationPicker.tsx @@ -51,6 +51,7 @@ export const AnnotationPicker = ({ annotation, events, onEnabledChanged }: Annot data-testid={selectors.pages.Dashboard.SubMenu.Annotations.annotationLabel(annotation.name)} > onEnabledChanged(annotation)} disabled={loading}