Unverified Commit fd3d43ca authored by KVOJJJin's avatar KVOJJJin Committed by GitHub

Fix: debounce of dataset creation (#1237)

parent 8eae6439
...@@ -319,6 +319,9 @@ const StepTwo = ({ ...@@ -319,6 +319,9 @@ const StepTwo = ({
} }
const createHandle = async () => { const createHandle = async () => {
if (isCreating)
return
setIsCreating(true)
try { try {
let res let res
const params = getCreationParams() const params = getCreationParams()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment