diff --git a/login-workflow/src/components/Error/ErrorManager.tsx b/login-workflow/src/components/Error/ErrorManager.tsx index 706eee90..7272c2b8 100644 --- a/login-workflow/src/components/Error/ErrorManager.tsx +++ b/login-workflow/src/components/Error/ErrorManager.tsx @@ -100,7 +100,7 @@ const ErrorManager: React.FC = (props): JSX.Element => { sx={dialogConfig?.sx} /> ), - [dialogConfig, title, error, onClose, t] + [dialogConfig, dismissLabel, title, error, onClose, t] ); const ErrorMessageBoxWithProps = useCallback((): JSX.Element => {