fix: add missing QQC2 for InviteUserPage

This commit is contained in:
Wang Zichong
2022-12-01 12:00:25 +08:00
parent 4145987c65
commit 875c03a0f6

View File

@@ -36,7 +36,7 @@ Kirigami.ScrollablePage {
onAccepted: userDictListModel.search()
}
Button {
QQC2.Button {
visible: identifierField.isUserID
text: i18n("Add")