fix: Employee dashboard disappear after switching from leave application form (#19690)

This commit is contained in:
Anurag Mishra 2019-11-27 16:27:50 +05:30 committed by Nabin Hait
parent f0e87f7fdd
commit 707bb2052c

View File

@ -60,7 +60,6 @@ frappe.ui.form.on("Leave Application", {
} }
} }
}); });
$("div").remove(".form-dashboard-section");
frm.dashboard.add_section( frm.dashboard.add_section(
frappe.render_template('leave_application_dashboard', { frappe.render_template('leave_application_dashboard', {
data: leave_details data: leave_details