Skip to content

Commit

Permalink
fix: use errormessage
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikmv committed Jan 21, 2025
1 parent 71dacfa commit 490a929
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const getOrgUnitValidatorContainers = () => {
const validatorContainers = [
{
validator: validateOrgUnit,
message: i18n.t('Please provide an valid organisation unit'),
errorMessage: i18n.t('Please provide an valid organisation unit'),
},
];
return validatorContainers;
Expand Down

0 comments on commit 490a929

Please sign in to comment.