Skip to content

Commit

Permalink
fix: handleLoadFileFromLink's transfer method incorrect (#11197)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjlarry authored Nov 29, 2024
1 parent 2feb44e commit d3af0e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/app/components/base/file-uploader/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d3af0e9

Please sign in to comment.