Kaynağa Gözat

Fix: debounce of dataset creation (#1237)

tags/0.3.24
KVOJJJin 2 yıl önce
ebeveyn
işleme
fd3d43cae1
No account linked to committer's email address

+ 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()

Loading…
İptal
Kaydet