diff --git a/2024-frontend/src/components/CanteenCreationForm.vue b/2024-frontend/src/components/CanteenCreationForm.vue index c44d32437..9698eb65d 100644 --- a/2024-frontend/src/components/CanteenCreationForm.vue +++ b/2024-frontend/src/components/CanteenCreationForm.vue @@ -10,7 +10,7 @@ import { formatError } from "@/utils.js" import sectorsService from "@/services/sectors" import { createCanteen } from "@/services/canteens" import options from "@/constants/canteen-creation-form-options" -import CanteenCreationFormSiret from "@/components/CanteenCreationFormSiret.vue" +import CanteenCreationSiret from "@/components/CanteenCreationSiret.vue" /* Router and Store */ const router = useRouter() @@ -200,7 +200,7 @@ const getSectorsID = (activitiesSelected) => {