fix: decode uri before importing file via weblink
This commit is contained in:
parent
0e015fdcb6
commit
9a8d1fb43f
1 changed files with 1 additions and 1 deletions
|
|
@ -318,7 +318,7 @@ export default {
|
|||
frappe.msgprint(__('Invalid URL'));
|
||||
return Promise.reject();
|
||||
}
|
||||
|
||||
file_url = decodeURI(file_url)
|
||||
return this.upload_file({
|
||||
file_url
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue