fix(StatusChatListAndCategories): ensure chat list receives popup menu
Closes #218
This commit is contained in:
parent
98ebedc63c
commit
b8e55a946c
|
@ -60,6 +60,7 @@ Item {
|
|||
filterFn: function (model) {
|
||||
return !!!model.categoryId
|
||||
}
|
||||
popupMenu: statusChatListAndCategories.chatListPopupMenu
|
||||
}
|
||||
|
||||
Repeater {
|
||||
|
|
Loading…
Reference in New Issue