Browse Source

Fix: debounce of dataset creation (#1237)

tags/0.3.24
KVOJJJin 2 years ago
parent
commit
fd3d43cae1
No account linked to committer's email address
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      web/app/components/datasets/create/step-two/index.tsx

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

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

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

Loading…
Cancel
Save