There was an error while loading. Please reload this page.
2 parents 7f69286 + ecdf542 commit 76b9413Copy full SHA for 76b9413
1 file changed
frontend/src/views/CanteenEditor/CanteenForm.vue
@@ -203,6 +203,7 @@
203
validators.length(14),
204
validators.luhn,
205
validators.isDifferent(canteen.siret, satelliteSiretMessage),
206
+ validators.required,
207
]"
208
@blur="getCentralKitchen"
209
/>
0 commit comments