Update webform_script.js
This commit is contained in:
parent
28e9321304
commit
d73ded3217
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ frappe.ready(function() {
|
|||
}
|
||||
if (["Attach", "Attach Image"].includes(df.fieldtype)) {
|
||||
if (!df.options)
|
||||
df.options = {}
|
||||
df.options = {};
|
||||
df.options.disable_file_browser = true;
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue