diff --git a/website/client/src/components/group-plans/groupPlanCreationModal.vue b/website/client/src/components/group-plans/groupPlanCreationModal.vue index 2c95562fcb..fde0ec2d9f 100644 --- a/website/client/src/components/group-plans/groupPlanCreationModal.vue +++ b/website/client/src/components/group-plans/groupPlanCreationModal.vue @@ -25,7 +25,7 @@ class="btn btn-primary next-button" :value="$t('next')" :disabled="!newGroupIsReady" - @click="close()" + @click="createGroup()" > {{ $t('next') }} @@ -59,21 +59,6 @@ :placeholder="$t('descriptionOptionalText')" > -
-
- -
+
-
- -
-
- - -
-
- - -
-
-
- - -
-
-
-
- - -
-
-
- -
-
- -
-
-
-
- -
-
-
-
- - - - -