Merge pull request #12528 from resilient-tech/fix-dashboard
fix: dashboard edit and show buttons not working
This commit is contained in:
commit
75c9b9fdec
1 changed files with 0 additions and 1 deletions
|
|
@ -73,7 +73,6 @@ frappe.views.Page = class Page {
|
|||
return;
|
||||
}
|
||||
this.wrapper = frappe.container.add_page(this.name);
|
||||
this.wrapper.label = this.pagedoc.title || this.pagedoc.name;
|
||||
this.wrapper.page_name = this.pagedoc.name;
|
||||
|
||||
// set content, script and style
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue