style: missing semicolon
This commit is contained in:
parent
2b336c235c
commit
5f5ea18a72
1 changed files with 2 additions and 2 deletions
|
|
@ -401,11 +401,11 @@ frappe.ui.filter_utils = {
|
|||
df.fieldtype = 'DateRange';
|
||||
}
|
||||
if (condition === 'is') {
|
||||
df.fieldtype = 'Select'
|
||||
df.fieldtype = 'Select';
|
||||
df.options = [
|
||||
{ label: __('Set'), value: 'set' },
|
||||
{ label: __('Not Set'), value: 'not set' },
|
||||
]
|
||||
];
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue