Kaynağa Gözat

fix: incorrect transferMethod assignment for remote file (#13286)

tags/0.15.3
le0zh 8 ay önce
ebeveyn
işleme
ba91f34636
No account linked to committer's email address

+ 1
- 1
web/app/components/base/file-uploader/hooks.ts Dosyayı Görüntüle

@@ -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…
İptal
Kaydet