From 4c65cfb92bd822cef1864d59b2f342c3073ac8b1 Mon Sep 17 00:00:00 2001 From: Titani Date: Wed, 18 Oct 2023 14:38:48 -0400 Subject: [PATCH] add aria-live --- .../NotificationDrawer/NotificationDrawerHeader.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/react-core/src/components/NotificationDrawer/NotificationDrawerHeader.tsx b/packages/react-core/src/components/NotificationDrawer/NotificationDrawerHeader.tsx index 1e54aea890a..ffb497e8ea5 100644 --- a/packages/react-core/src/components/NotificationDrawer/NotificationDrawerHeader.tsx +++ b/packages/react-core/src/components/NotificationDrawer/NotificationDrawerHeader.tsx @@ -42,7 +42,9 @@ export const NotificationDrawerHeader: React.FunctionComponent {(customText !== undefined || count !== undefined) && ( - {customText || `${count} ${unreadText}`} + + {customText || `${count} ${unreadText}`} + )} {(children || onClose) && (