diff --git a/frappe/public/js/frappe/form/dashboard.js b/frappe/public/js/frappe/form/dashboard.js index ae8ec66eda..9d5e7cbe09 100644 --- a/frappe/public/js/frappe/form/dashboard.js +++ b/frappe/public/js/frappe/form/dashboard.js @@ -4,11 +4,9 @@ import Section from "./section.js"; frappe.ui.form.Dashboard = class FormDashboard { - constructor(opts) { - $.extend(this, opts); - let parent = this.tab ? this.tab.wrapper : this.frm.layout.wrapper; - this.parent = $('