From 584663686a242c1a1a8055731f40ee8b5a1249a4 Mon Sep 17 00:00:00 2001 From: ogerly Date: Thu, 29 Sep 2022 14:30:23 +0200 Subject: [PATCH] delete LocationName in form --- webapp/components/Group/GroupForm.vue | 41 +++++++++------------------ 1 file changed, 14 insertions(+), 27 deletions(-) diff --git a/webapp/components/Group/GroupForm.vue b/webapp/components/Group/GroupForm.vue index c11277a53..149ed2ec3 100644 --- a/webapp/components/Group/GroupForm.vue +++ b/webapp/components/Group/GroupForm.vue @@ -76,16 +76,10 @@ - {{ `${formData.goal.length} / ${formSchema.goal.max}` }} - + {{ `${formData.goal.length} / ${formSchema.goal.min}` }} + @@ -104,16 +98,10 @@ - {{ `${descriptionLength} / ${formSchema.description.max}` }} - + {{ `${descriptionLength} / ${formSchema.description.min}` }} + @@ -179,9 +167,6 @@ - submitDisable: {{ submitDisable }} -
- submitDisableEdit: {{ submitDisableEdit }} {{ $t('actions.cancel') }} @@ -205,7 +190,11 @@