Skip to content

Commit

Permalink
(fix) O3-2710: Warning notifications on registration page should clos…
Browse files Browse the repository at this point in the history
…e automatically (#926)

Co-authored-by: Dr Prime <ps.world.is.here@gmai.com>
Co-authored-by: Dennis Kigen <kigen.work@gmail.com>
  • Loading branch information
3 people committed Jan 15, 2024
1 parent b55db86 commit 329cf71
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ export const PatientRegistration: React.FC<PatientRegistrationProps> = ({ savePa
title: t('incompleteForm', 'The following field has errors:'),
kind: 'warning',
isLowContrast: true,
timeoutInMs: 5000,
});
});
}
Expand Down

0 comments on commit 329cf71

Please sign in to comment.