fix: linter check
This commit is contained in:
parent
d476cbdf84
commit
55db5dc37a
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ frappe.ui.form.ControlDuration = class ControlDuration extends frappe.ui.form.Co
|
|||
}
|
||||
|
||||
validate(value) {
|
||||
if(!value) {
|
||||
if (!value) {
|
||||
return null;
|
||||
}
|
||||
return super.validate(value);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue