mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-20 19:39:22 +00:00
fix(CommunitySettingsView): add missing membership request modal
Fixes #6141
This commit is contained in:
parent
385495d74f
commit
84abcff65e
@ -242,4 +242,16 @@ StatusAppTwoPanelLayout {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Component {
|
||||||
|
id: membershipRequestPopup
|
||||||
|
MembershipRequestsPopup {
|
||||||
|
anchors.centerIn: parent
|
||||||
|
store: root.rootStore
|
||||||
|
pendingRequestsToJoin: root.community.pendingRequestsToJoin
|
||||||
|
onClosed: {
|
||||||
|
destroy()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user