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 @@