fix: handleLoadFileFromLink's transfer method incorrect (#11197)
This commit is contained in:
parent
2feb44e2c5
commit
d3af0e9090
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue