diff --git a/webapp/components/Group/GroupForm.vue b/webapp/components/Group/GroupForm.vue index f28fede12..e43a20aba 100644 --- a/webapp/components/Group/GroupForm.vue +++ b/webapp/components/Group/GroupForm.vue @@ -20,7 +20,7 @@ size="base" :color=" formData.name.length < formSchema.name.min - ? '' + ? 'medium' : 'success' && formData.name.length > formSchema.name.max ? 'danger' : 'success' @@ -59,7 +59,7 @@ - + @@ -76,7 +76,7 @@ {{ `${formData.goal.length} / ${formSchema.goal.min}` }} @@ -98,7 +98,7 @@ {{ `${descriptionLength} / ${formSchema.description.min}` }} @@ -126,7 +126,7 @@ - + @@ -161,7 +161,7 @@ :existingCategoryIds="formData.categoryIds" /> - + {{ formData.categoryIds.length }} / 3