Skip to content

Commit

Permalink
(PC-31845)[PRO] fix: Reset initial todo annotation as it hasn't been …
Browse files Browse the repository at this point in the history
…fixed yet
  • Loading branch information
jclery-pass committed Sep 20, 2024
1 parent 7c6bdc0 commit 95f1cbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pro/src/pages/Signup/SignupContainer/validationSchema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export const validationSchema = yup.object().shape({
.test(
'isPhoneValid',
'Veuillez renseigner un numéro de téléphone valide, exemple : 612345678',
// TODO (jm) : Create a standard util function that can be used here and everywhere else (other "validationSchema.ts" files that checks phone numbers format
(value) => {
if (!value) {
return false
Expand Down

0 comments on commit 95f1cbc

Please sign in to comment.