fix(Communities): make membership request popup work again

This commit is contained in:
Pascal Precht 2021-09-07 15:51:32 +02:00 committed by RichΛrd
parent 4ea80eb248
commit 75c50337b2
1 changed files with 2 additions and 2 deletions

View File

@ -14,12 +14,12 @@ StatusModal {
id: popup
onOpened: {
contentComponent.errorText.text = ""
contentItem.errorText.text = ""
}
//% "Membership requests"
header.title: qsTrId("membership-requests")
header.subTitle: contentComponent.membershipRequestList.count
header.subTitle: contentItem.membershipRequestList.count
contentItem: Column {
property alias errorText: errorText