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,