diff --git a/webapp/components/Group/GroupForm.vue b/webapp/components/Group/GroupForm.vue index eb3d1174a..e2bf50a3c 100644 --- a/webapp/components/Group/GroupForm.vue +++ b/webapp/components/Group/GroupForm.vue @@ -17,7 +17,7 @@ autofocus :placeholder="`${$t('group.name')} …`" /> - + {{ `${formData.name.length} / ${formSchema.name.min}–${formSchema.name.max}` }} @@ -53,7 +53,7 @@ {{ `${formData.groupType === '' ? 0 : 1} / 1` }} - + {{ `${descriptionLength} / ${formSchema.description.min}` }} @@ -111,7 +111,9 @@ {{ `${formData.actionRadius === '' ? 0 : 1} / 1` }} {{ formData.categoryIds.length }} / 3