From bfd61510b6bb6964cdc74a8689610db5d87c6111 Mon Sep 17 00:00:00 2001 From: Aude Date: Mon, 6 Jan 2025 15:27:12 +0100 Subject: [PATCH] COM-3872: add validations createCourseSlots --- src/core/components/courses/SlotContainer.vue | 34 +++++-------------- 1 file changed, 9 insertions(+), 25 deletions(-) diff --git a/src/core/components/courses/SlotContainer.vue b/src/core/components/courses/SlotContainer.vue index 5a9ad3473..a07b8ea2a 100644 --- a/src/core/components/courses/SlotContainer.vue +++ b/src/core/components/courses/SlotContainer.vue @@ -76,7 +76,7 @@
+ @click="openMultipleSlotCreationModal(step.key)" :disable="slotCreationLoading" />
@@ -93,7 +93,7 @@ + :validations="v$.slotsQuantity" :loading="slotCreationLoading" />