Fix variable name

This commit is contained in:
Wolfgang Huß 2023-03-16 16:03:51 +01:00
parent 04b6dc4407
commit 84e483a450

View File

@ -172,7 +172,7 @@ export default {
return this.group && this.group.id
},
showGroupHint() {
return this.grouupId && ['closed', 'hidden'].includes(this.group.groupType)
return this.groupId && ['closed', 'hidden'].includes(this.group.groupType)
},
groupName() {
return this.group && this.group.name