style: Add missing semicolons
This commit is contained in:
parent
ff552d5d1d
commit
ebcb3618cf
1 changed files with 2 additions and 2 deletions
|
|
@ -259,9 +259,9 @@ frappe.ui.form.Layout = class Layout {
|
|||
}
|
||||
|
||||
is_numeric_field_active() {
|
||||
const control = $(document.activeElement).closest(".frappe-control")
|
||||
const control = $(document.activeElement).closest(".frappe-control");
|
||||
const fieldtype = control.data().fieldtype;
|
||||
return frappe.model.numeric_fieldtypes.includes(fieldtype)
|
||||
return frappe.model.numeric_fieldtypes.includes(fieldtype);
|
||||
}
|
||||
|
||||
refresh_sections() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue