Skip to content

Commit

Permalink
Fix schéma email du formulaire contribution
Browse files Browse the repository at this point in the history
Il doit être facultatif donc on enlève le schéma email
  • Loading branch information
totakoko committed Feb 11, 2025
1 parent 1d57c4a commit f86968c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ContributionForm/ContributionForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ const typeDemandeFields = {
name: 'emailReferentCommercial',
label: 'Email du référent commercial à qui transmettre les demandes de raccordement',
optional: true,
schema: z.string().email().optional(),
schema: z.string().optional(),
},
{
name: 'commentaire',
Expand Down

0 comments on commit f86968c

Please sign in to comment.