Update webapp/pages/group/edit/_id/members.vue

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

View File

@ -16,7 +16,7 @@ export default {
group: {
type: Object,
required: false,
default: () => ({}),
default: {},
},
},
data() {