Dashboards: Fix undefined aria labels in Annotation Checkboxes for Programmatic Access (#68050)

This commit is contained in:
Khushi Jain 2023-05-23 14:34:04 +05:30 committed by GitHub
parent e6c8ba56c8
commit 86ea0c2bc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,6 +51,7 @@ export const AnnotationPicker = ({ annotation, events, onEnabledChanged }: Annot
data-testid={selectors.pages.Dashboard.SubMenu.Annotations.annotationLabel(annotation.name)}
>
<InlineSwitch
label={annotation.name}
value={annotation.enable}
onChange={() => onEnabledChanged(annotation)}
disabled={loading}