fix: "Remove contact" button in ProfilePopup doesn't work

Closes: #7519
This commit is contained in:
Lukáš Tinkl 2022-09-23 12:57:48 +02:00 committed by Lukáš Tinkl
parent f884c91e97
commit 36bea83eee
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ StatusModal {
id: confirmationDialog id: confirmationDialog
anchors.centerIn: parent anchors.centerIn: parent
property Popup parentPopup property var parentPopup
property var value property var value
property var executeConfirm property var executeConfirm
property var executeReject property var executeReject