This website works better with JavaScript.
Ana Sayfa
Keşfet
Yardım
Üye Ol
Giriş Yap
OpenSource
/
dify
İzle
4
Yıldızla
0
Çatalla
0
Kod
Sorunlar
0
Değişiklik İstekleri
0
Sürümler
152
Wiki
Aktivite
Kaynağa Gözat
fix: incorrect transferMethod assignment for remote file (
#13286
)
tags/0.15.3
le0zh
8 ay önce
ebeveyn
16865d43a8
işleme
ba91f34636
No account linked to committer's email address
1 değiştirilmiş dosya
ile
1 ekleme
ve
1 silme
Görünümü Böl
Farklılık Durumunu Göster
1
1
web/app/components/base/file-uploader/hooks.ts
+ 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,
Write
Preview
Loading…
İptal
Kaydet