diff --git a/webapp/components/ContributionForm/ContributionForm.vue b/webapp/components/ContributionForm/ContributionForm.vue index 6114106dc..2abb5845e 100644 --- a/webapp/components/ContributionForm/ContributionForm.vue +++ b/webapp/components/ContributionForm/ContributionForm.vue @@ -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 },