Browse Source

fix: dashboard show even if no data is present

version-14
Shivam Mishra 4 years ago
parent
commit
9446da31d6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frappe/public/js/frappe/form/layout.js

+ 1
- 1
frappe/public/js/frappe/form/layout.js View File

@@ -113,7 +113,7 @@ frappe.ui.form.Layout = Class.extend({
label: __('Dashboard'),
cssClass: 'form-dashboard',
collapsible: 1,
//hidden: 1
hidden: 1
});
},



Loading…
Cancel
Save