Skip to content

Commit

Permalink
Répare l'état de la case à cocher "Je suis référent.e dans..."
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-rutkowski committed Oct 7, 2024
1 parent cc2c3a1 commit 15452bf
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,9 @@ export const RejoindreUneCollectivite = (
<Checkbox
containerClassname="md:col-span-2"
label="Je suis référent.e dans le programme Territoire Engagé Transition Ecologique"
onChange={e =>
setFormState(previous => ({
checked={est_referent}
onChange={(e) =>
setFormState((previous) => ({
...previous,
est_referent: e.target.checked,
}))
Expand Down

0 comments on commit 15452bf

Please sign in to comment.