mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-12 16:38:58 +08:00
fix: incorrect transferMethod assignment for remote file (#13286)
This commit is contained in:
parent
16865d43a8
commit
ba91f34636
@ -211,7 +211,7 @@ export const useFile = (fileConfig: FileUpload) => {
|
||||
type: '',
|
||||
size: 0,
|
||||
progress: 0,
|
||||
transferMethod: TransferMethod.local_file,
|
||||
transferMethod: TransferMethod.remote_url,
|
||||
supportFileType: '',
|
||||
url,
|
||||
isRemote: true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user