diff --git a/frappe/public/js/frappe/form/layout.js b/frappe/public/js/frappe/form/layout.js index 82d0a6cffd..7d133cc43d 100644 --- a/frappe/public/js/frappe/form/layout.js +++ b/frappe/public/js/frappe/form/layout.js @@ -256,7 +256,7 @@ frappe.ui.form.Layout = class Layout { if (document.activeElement.tagName == 'INPUT') { document.activeElement.select(); } - }, + } refresh_sections() { // hide invisible sections