fix: linter check

This commit is contained in:
Sumit Bhanushali 2024-07-10 12:20:54 +05:30
parent d476cbdf84
commit 55db5dc37a

View file

@ -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);