chore: add object name for ChatView component

This commit is contained in:
Anastasiya Semenkevich 2024-05-28 18:07:30 +03:00 committed by Anastasiya
parent 0fca77b733
commit e15fea7927
1 changed files with 2 additions and 0 deletions

View File

@ -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