mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-06 20:23:08 +00:00
fix(ui/views/App/Main/ContactEdit): fix an error in remove contact handler
This commit is contained in:
parent
eb7a161b46
commit
c0673e5e80
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ function removeContact () {
|
|||
if (status) {
|
||||
window.unlockView()
|
||||
window.setView('Contacts')
|
||||
ContactsListModel.removeContact(_contact)
|
||||
Linphone.ContactsListModel.removeContact(_contact)
|
||||
}
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue