fix(CreateChatView): clicking new group chat duplicates contacts

Closes #6135
This commit is contained in:
Alexandra Betouni 2022-06-20 13:12:43 +03:00 committed by Iuri Matias
parent 301e89ef48
commit 7acacee80e
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ Page {
}
tagSelector.sortModel(root.contactsModel);
} else {
contactsModel.clear();
tagSelector.namesModel.clear();
}
}