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: adjust width of file uploader component (
#14328
)
tags/1.0.0
Wu Tianwei
8 ay önce
ebeveyn
4a6cbda1b4
işleme
91a218b29d
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/datasets/create/file-uploader/index.tsx
+ 1
- 1
web/app/components/datasets/create/file-uploader/index.tsx
Dosyayı Görüntüle
@@ -243,7 +243,7 @@ const FileUploader = ({
}, [handleDrop])
return (
<div className="mb-5
max-
w-[640px]">
<div className="mb-5 w-[640px]">
{!hideUpload && (
<input
ref={fileUploader}
Write
Preview
Loading…
İptal
Kaydet