fix: Adding contacts via profile settings

This commit is contained in:
Richard Ramos 2021-01-19 15:20:59 -04:00 committed by Iuri Matias
parent 444072f599
commit d8345c5e0e
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ Item {
disabled: !contactToAddInfo.visible
anchors.bottom: parent.bottom
onClicked: {
profileModel.addContact(profileModel.contacts.contactToAddPubKey);
profileModel.contacts.addContact(profileModel.contacts.contactToAddPubKey);
addContactModal.close()
}
}