Update webapp/components/Group/GroupForm.vue

This commit is contained in:
Wolfgang Huß 2022-09-10 08:57:06 +02:00 committed by GitHub
parent c155555ba2
commit 1796a04a9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@
icon="user"
v-model="formData.groupType"
label="Sichtbarkeit"
:options="['public', 'close', 'hidden']"
:options="['public', 'closed', 'hidden']"
placeholder="Status ..."
></ds-select>