Skip to content

Commit

Permalink
Pas de submit au niveau du formulaire tout ce fait avec les boutons
Browse files Browse the repository at this point in the history
  • Loading branch information
Charline-L committed Mar 4, 2025
1 parent b6eddfe commit 414b5be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2024-frontend/src/components/CanteenCreationForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ const getSectorsID = (activitiesSelected) => {
<section
class="canteen-creation-form fr-background-alt--blue-france fr-p-3w fr-mt-4w fr-grid-row fr-grid-row--center"
>
<form class="fr-col-12 fr-col-md-7 fr-background-default--grey fr-p-2w fr-p-md-7w">
<form class="fr-col-12 fr-col-md-7 fr-background-default--grey fr-p-2w fr-p-md-7w" @submit.prevent="">
<fieldset class="fr-mb-7w">
<legend class="fr-h5">1. SIRET</legend>
<CanteenCreationFormSiret />
Expand Down

0 comments on commit 414b5be

Please # to comment.