Browse Source

style: sider

version-14
Faris Ansari 3 years ago
parent
commit
f387a8baef
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frappe/public/js/frappe/list/list_view.js

+ 1
- 1
frappe/public/js/frappe/list/list_view.js View File

@@ -63,7 +63,7 @@ frappe.views.ListView = class ListView extends frappe.views.BaseList {
}

hide_skeleton() {
this.$list_skeleton?.hide();
this.$list_skeleton && this.$list_skeleton.hide();
this.parent.page.container.find('.layout-main').show();
}



Loading…
Cancel
Save