diff --git a/webapp/components/ContributionForm/ContributionForm.vue b/webapp/components/ContributionForm/ContributionForm.vue index 3bc648cba..70a98649a 100644 --- a/webapp/components/ContributionForm/ContributionForm.vue +++ b/webapp/components/ContributionForm/ContributionForm.vue @@ -68,7 +68,7 @@ @@ -171,6 +171,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 },