Merge pull request #12528 from resilient-tech/fix-dashboard

fix: dashboard edit and show buttons not working
This commit is contained in:
mergify[bot] 2021-03-08 08:18:32 +00:00 committed by GitHub
commit 75c9b9fdec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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