From 615641f095bd25d0975e7d8965831b74e012fda5 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Tue, 23 May 2023 11:32:36 +0100 Subject: [PATCH] [v10.0.x] Dashboards: Fix undefined aria labels in Annotation Checkboxes for Programmatic Access (#68873) Dashboards: Fix undefined aria labels in Annotation Checkboxes for Programmatic Access (#68050) (cherry picked from commit 86ea0c2bc9814b448603f9af5c98d08ec0d12d59) Co-authored-by: Khushi Jain <57278642+khushijain21@users.noreply.github.com> --- .../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}