This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix: dashboard show even if no data is present
version-14
Shivam Mishra
4 years ago
parent
9e0d2abc6a
commit
9446da31d6
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
});
},
Write
Preview
Loading…
Cancel
Save