Fix: debounce of dataset creation (#1237)

pull/1227/head
KVOJJJin 3 years ago committed by GitHub
parent 8eae643911
commit fd3d43cae1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -319,6 +319,9 @@ const StepTwo = ({
}
const createHandle = async () => {
if (isCreating)
return
setIsCreating(true)
try {
let res
const params = getCreationParams()

Loading…
Cancel
Save