mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
Merge branch '6068-on-create-edit-group-page-have-additional-hint' of github.com:Ocelot-Social-Community/Ocelot-Social into 6068-on-create-edit-group-page-have-additional-hint
# Conflicts: # webapp/components/ContributionForm/ContributionForm.vue
This commit is contained in:
commit
9dbb8cae41
@ -172,7 +172,11 @@ export default {
|
||||
return this.group && this.group.id
|
||||
},
|
||||
showGroupHint() {
|
||||
<<<<<<< HEAD
|
||||
return this.groupId && ['closed', 'hidden'].includes(this.group.groupType)
|
||||
=======
|
||||
return this.grouupId && ['closed', 'hidden'].includes(this.group.groupType)
|
||||
>>>>>>> 4f6c9319fbc8f764a3dace5320039d5a75ad05ac
|
||||
},
|
||||
groupName() {
|
||||
return this.group && this.group.name
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user