mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-15 02:16:00 +08:00
fix: handleLoadFileFromLink's transfer method incorrect (#11197)
This commit is contained in:
parent
2feb44e2c5
commit
d3af0e9090
@ -211,7 +211,7 @@ export const useFile = (fileConfig: FileUpload) => {
|
|||||||
type: '',
|
type: '',
|
||||||
size: 0,
|
size: 0,
|
||||||
progress: 0,
|
progress: 0,
|
||||||
transferMethod: TransferMethod.local_file,
|
transferMethod: TransferMethod.remote_url,
|
||||||
supportFileType: '',
|
supportFileType: '',
|
||||||
url,
|
url,
|
||||||
isRemote: true,
|
isRemote: true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user