Update webapp/components/ContributionForm/ContributionForm.vue

Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
Wolfgang Huß 2023-03-16 15:51:16 +01:00 committed by GitHub
parent c15a6d1fbe
commit 5c634ca688
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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