fix(messenger_contacts): Fix target name in confirm dialog for contact remove
This commit is contained in:
parent
d9e6fbe0d5
commit
7cb1746c84
|
@ -508,7 +508,7 @@ Pane {
|
|||
type: StatusAction.Type.Danger
|
||||
enabled: d.isContact && !d.isBlocked && d.contactRequestState !== Constants.ContactRequestState.Sent
|
||||
onTriggered: {
|
||||
Global.removeContactRequested(root.mainDisplayName, root.publicKey);
|
||||
Global.removeContactRequested(d.mainDisplayName, root.publicKey);
|
||||
moreMenu.close();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue