mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-15 03:01:22 +00:00
fix: dashboard chart link
This commit is contained in:
@@ -36,7 +36,7 @@ def get_default_dashboards():
|
|||||||
"doctype": "Dashboard",
|
"doctype": "Dashboard",
|
||||||
"dashboard_name": "Project",
|
"dashboard_name": "Project",
|
||||||
"charts": [
|
"charts": [
|
||||||
{ "chart": "Report Summary", "width": "Full" }
|
{ "chart": "Project Summary", "width": "Full" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user