fix: Remove comma
This commit is contained in:
parent
f1e881f009
commit
da50263c1e
1 changed files with 1 additions and 1 deletions
|
|
@ -256,7 +256,7 @@ frappe.ui.form.Layout = class Layout {
|
|||
if (document.activeElement.tagName == 'INPUT') {
|
||||
document.activeElement.select();
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
refresh_sections() {
|
||||
// hide invisible sections
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue