fix: setup only realtime updates

This commit is contained in:
Suraj Shetty 2019-06-11 21:47:18 +05:30 committed by GitHub
parent 9cd3f2b1d8
commit ebacd11af8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,7 +56,7 @@ frappe.views.KanbanView = class KanbanView extends frappe.views.ListView {
}
setup_view() {
this.setup_events();
this.setup_realtime_updates();
}