Sfoglia il codice sorgente

Fix: debounce of dataset creation (#1237)

tags/0.3.24
KVOJJJin 2 anni fa
parent
commit
fd3d43cae1
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3
    0
      web/app/components/datasets/create/step-two/index.tsx

+ 3
- 0
web/app/components/datasets/create/step-two/index.tsx Vedi File

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

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

Loading…
Annulla
Salva