fix: setup only realtime updates
This commit is contained in:
parent
9cd3f2b1d8
commit
ebacd11af8
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ frappe.views.KanbanView = class KanbanView extends frappe.views.ListView {
|
|||
}
|
||||
|
||||
setup_view() {
|
||||
this.setup_events();
|
||||
this.setup_realtime_updates();
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue