From 11a32bddbbc5fbce9d3aefa3af57b7044fcf77a2 Mon Sep 17 00:00:00 2001 From: Ashley Harrison Date: Fri, 2 Dec 2022 09:30:30 +0000 Subject: [PATCH] Accessibility: Add the correct role to the modal backdrop (#59572) add the correct role to the modal backdrop --- packages/grafana-ui/src/components/Modal/Modal.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/grafana-ui/src/components/Modal/Modal.tsx b/packages/grafana-ui/src/components/Modal/Modal.tsx index fc78c463c74..14000353ec2 100644 --- a/packages/grafana-ui/src/components/Modal/Modal.tsx +++ b/packages/grafana-ui/src/components/Modal/Modal.tsx @@ -69,6 +69,7 @@ export function Modal(props: PropsWithChildren) { return (