From ab6b5ad219cc35b9457998f0d643841356d2984f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Tue, 18 Oct 2022 18:28:52 +0200 Subject: [PATCH] Fix 'ds-chip' 'color' error --- webapp/components/Group/GroupForm.vue | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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