chore: add object name for ChatView component
This commit is contained in:
parent
0fca77b733
commit
e15fea7927
|
@ -140,6 +140,8 @@ StackLayout {
|
||||||
readonly property var sectionItem: root.rootStore.chatCommunitySectionModule
|
readonly property var sectionItem: root.rootStore.chatCommunitySectionModule
|
||||||
readonly property string communityId: root.sectionItemModel.id
|
readonly property string communityId: root.sectionItemModel.id
|
||||||
|
|
||||||
|
objectName: "chatViewComponent"
|
||||||
|
|
||||||
emojiPopup: root.emojiPopup
|
emojiPopup: root.emojiPopup
|
||||||
stickersPopup: root.stickersPopup
|
stickersPopup: root.stickersPopup
|
||||||
contactsStore: root.contactsStore
|
contactsStore: root.contactsStore
|
||||||
|
|
Loading…
Reference in New Issue