fix(chat): fixed missing pendingRequestsToJoin
This commit is contained in:
parent
84abcff65e
commit
5ca9c9fadf
|
@ -248,7 +248,6 @@ StatusAppTwoPanelLayout {
|
||||||
MembershipRequestsPopup {
|
MembershipRequestsPopup {
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
store: root.rootStore
|
store: root.rootStore
|
||||||
pendingRequestsToJoin: root.community.pendingRequestsToJoin
|
|
||||||
onClosed: {
|
onClosed: {
|
||||||
destroy()
|
destroy()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue