From 869811507d3629b08207aaab3ec30678f8ed77b3 Mon Sep 17 00:00:00 2001 From: Lars <74791975+lassopicasso@users.noreply.github.com> Date: Mon, 24 Apr 2023 08:43:39 +0200 Subject: [PATCH] added aria-live to progress indicator (#1115) --- src/components/presentation/Header.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/presentation/Header.tsx b/src/components/presentation/Header.tsx index 77bcbea185..ee00a56a6e 100644 --- a/src/components/presentation/Header.tsx +++ b/src/components/presentation/Header.tsx @@ -60,7 +60,10 @@ export const Header = ({ type, header, appOwner }: IHeaderProps) => { {showProgress && ( - + )}