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: debounce of dataset creation (
#1237
)
tags/0.3.24
KVOJJJin
2 yıl önce
ebeveyn
8eae643911
işleme
fd3d43cae1
No account linked to committer's email address
1 değiştirilmiş dosya
ile
3 ekleme
ve
0 silme
Görünümü Böl
Farklılık Durumunu Göster
3
0
web/app/components/datasets/create/step-two/index.tsx
+ 3
- 0
web/app/components/datasets/create/step-two/index.tsx
Dosyayı Görüntüle
@@ -319,6 +319,9 @@ const StepTwo = ({
}
const createHandle = async () => {
if (isCreating)
return
setIsCreating(true)
try {
let res
const params = getCreationParams()
Write
Preview
Loading…
İptal
Kaydet