Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
KjartanE committed Feb 21, 2024
1 parent 44ab0e7 commit d710d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/components/alert/FormikErrorSnackbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const FormikErrorSnackbar = () => {
return;
}

setOpenSnackbar({ open: true, msg: 'One or more fields is invalid.' });
setOpenSnackbar({ open: true, msg: 'One or more fields are invalid.' });
}, [errors, submitCount, isSubmitting]);

const closeSnackBar = () =>
Expand Down

0 comments on commit d710d1a

Please sign in to comment.