Skip to content

Commit 76b9413

Browse files
authored
Merge pull request #4276 from betagouv/raphodn/frontend-canteen-form-cc-siret-mandatory
Création de cantine : afficher le champ SIRET de la CC comme obligatoire
2 parents 7f69286 + ecdf542 commit 76b9413

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

frontend/src/views/CanteenEditor/CanteenForm.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@
203203
validators.length(14),
204204
validators.luhn,
205205
validators.isDifferent(canteen.siret, satelliteSiretMessage),
206+
validators.required,
206207
]"
207208
@blur="getCentralKitchen"
208209
/>

0 commit comments

Comments
 (0)