fix(GroupChatPopup): supply popup with missing store

This commit is contained in:
Pascal Precht 2021-10-27 16:43:13 +02:00 committed by Iuri Matias
parent 5fd317a6e1
commit ac365ce139
1 changed files with 1 additions and 0 deletions

View File

@ -295,6 +295,7 @@ Item {
Component {
id: groupChatPopupComponent
GroupChatPopup {
store: root.store
onClosed: {
destroy()
}