From 8ecd6bb0e73d4a2a40a0a93cc2d95de709ba2aa7 Mon Sep 17 00:00:00 2001 From: ogerly Date: Fri, 30 Sep 2022 11:24:00 +0200 Subject: [PATCH] resolve review from wolle --- webapp/components/Group/GroupForm.vue | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/webapp/components/Group/GroupForm.vue b/webapp/components/Group/GroupForm.vue index 48663a32d..2fc019dea 100644 --- a/webapp/components/Group/GroupForm.vue +++ b/webapp/components/Group/GroupForm.vue @@ -67,12 +67,6 @@ name="goal" rows="3" /> - - - {{ `${formData.goal.length} / ${formSchema.goal.min}` }} - - - @@ -80,7 +74,7 @@ {{ $t('group.description') }} -