From a07c2e6268997b17a100b78a349cbf4c16bb8dc5 Mon Sep 17 00:00:00 2001 From: CuriousMagpie Date: Wed, 10 Aug 2022 16:48:09 -0400 Subject: [PATCH] update: dropdown and delete duplicated file --- .../group-plans/groupPlanCreationModal.vue | 40 +-- .../groups/groupPlanCreationModal.vue | 230 ------------------ 2 files changed, 9 insertions(+), 261 deletions(-) delete mode 100644 website/client/src/components/groups/groupPlanCreationModal.vue 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')" > -
-
- -
+
-
- -
-
- - -
-
- - -
-
-
- - -
-
-
-
- - -
-
-
- -
-
- -
-
-
-
- -
-
-
-
- - - - -