chore(@qml): add object name for leaving community context menu item
This commit is contained in:
parent
913f92fd98
commit
b19bdcf97f
|
@ -788,6 +788,7 @@ Item {
|
|||
|
||||
StatusAction {
|
||||
id: leaveCommunityMenuItem
|
||||
objectName: "leaveCommunityMenuItem"
|
||||
// allow to leave community for the owner in non-production builds
|
||||
enabled: model.memberRole !== Constants.memberRole.owner || !production
|
||||
text: {
|
||||
|
|
Loading…
Reference in New Issue