mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-19 18:18:38 +00:00
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
|
type: StatusAction.Type.Danger
|
||||||
enabled: d.isContact && !d.isBlocked && d.contactRequestState !== Constants.ContactRequestState.Sent
|
enabled: d.isContact && !d.isBlocked && d.contactRequestState !== Constants.ContactRequestState.Sent
|
||||||
onTriggered: {
|
onTriggered: {
|
||||||
Global.removeContactRequested(root.mainDisplayName, root.publicKey);
|
Global.removeContactRequested(d.mainDisplayName, root.publicKey);
|
||||||
moreMenu.close();
|
moreMenu.close();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user