Update webapp/components/Group/GroupForm.vue

Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
This commit is contained in:
Alexander Friedland 2022-09-23 08:32:03 +02:00 committed by GitHub
parent bf492ce9c3
commit 522a9ff4c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@
<ds-select
icon="user"
v-model="formData.groupType"
:label="$t('group.visibility')"
:label="$t('group.type')"
:options="['public', 'closed', 'hidden']"
placeholder="Status ..."
></ds-select>