From 009558f5fc98a58b8ceac05f6675c0ed2f19058d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Wed, 5 Oct 2022 16:59:46 +0200 Subject: [PATCH] Remove unused variable --- webapp/components/Group/GroupForm.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/webapp/components/Group/GroupForm.vue b/webapp/components/Group/GroupForm.vue index 2409c6370..0f9c9254e 100644 --- a/webapp/components/Group/GroupForm.vue +++ b/webapp/components/Group/GroupForm.vue @@ -207,7 +207,6 @@ export default { return { categoriesActive: this.$env.CATEGORIES_ACTIVE, disabled: false, - descriptionMin: 50, groupTypeOptions: ['public', 'closed', 'hidden'], actionRadiusOptions: ['regional', 'national', 'continental', 'global'], loadingGeo: false,