chore(CommunityColumnView): fix typo
This commit is contained in:
parent
2ee103a17c
commit
9d00e82de5
|
@ -300,7 +300,7 @@ Item {
|
|||
|
||||
chatListPopupMenu: ChatContextMenuView {
|
||||
id: chatContextMenuView
|
||||
showDebugOptions: root.store.isDebugEnabledfir
|
||||
showDebugOptions: root.store.isDebugEnabled
|
||||
|
||||
// TODO pass the chatModel in its entirety instead of fetching the JSOn using just the id
|
||||
openHandler: function (id) {
|
||||
|
|
Loading…
Reference in New Issue