Bläddra i källkod

Fix: debounce of dataset creation (#1237)

tags/0.3.24
KVOJJJin 2 år sedan
förälder
incheckning
fd3d43cae1
Inget konto är kopplat till bidragsgivarens mejladress
1 ändrade filer med 3 tillägg och 0 borttagningar
  1. 3
    0
      web/app/components/datasets/create/step-two/index.tsx

+ 3
- 0
web/app/components/datasets/create/step-two/index.tsx Visa fil

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

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

Laddar…
Avbryt
Spara