Pārlūkot izejas kodu

Fix: debounce of dataset creation (#1237)

tags/0.3.24
KVOJJJin pirms 2 gadiem
vecāks
revīzija
fd3d43cae1
Revīzijas autora e-pasta adrese nav piesaistīta nevienam kontam

+ 3
- 0
web/app/components/datasets/create/step-two/index.tsx Parādīt failu

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

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

Notiek ielāde…
Atcelt
Saglabāt