Parcourir la source

Fix: debounce of dataset creation (#1237)

tags/0.3.24
KVOJJJin il y a 2 ans
Parent
révision
fd3d43cae1
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3
    0
      web/app/components/datasets/create/step-two/index.tsx

+ 3
- 0
web/app/components/datasets/create/step-two/index.tsx Voir le fichier

@@ -319,6 +319,9 @@ const StepTwo = ({
}

const createHandle = async () => {
if (isCreating)
return
setIsCreating(true)
try {
let res
const params = getCreationParams()

Chargement…
Annuler
Enregistrer