Skip to content

Commit

Permalink
resolve error test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ornella452 committed Nov 26, 2024
1 parent a16fbee commit 42725c8
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,10 @@ export default function CandidatureCoordinateur() {
setGeoLocation={setGeoLocation}
geoLocation={geoLocation}
setCodeCommune={setCodeCommune}
errors={errors} />
errors={errors}
setErrors={setErrors}
formRef={ref}
/>
<InformationsDeContact errors={errors} />
<BesoinEnCoordinateur errors={errors} />
<Motivation errors={errors} />
Expand Down

0 comments on commit 42725c8

Please sign in to comment.