diff --git a/ui/app/AppLayouts/Profile/Sections/ContactsContainer.qml b/ui/app/AppLayouts/Profile/Sections/ContactsContainer.qml index f393e7f392..cfb8f3561b 100644 --- a/ui/app/AppLayouts/Profile/Sections/ContactsContainer.qml +++ b/ui/app/AppLayouts/Profile/Sections/ContactsContainer.qml @@ -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() } }