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…
Reference in New Issue