diff --git a/web/app/components/datasets/create/step-two/index.tsx b/web/app/components/datasets/create/step-two/index.tsx index 99e7213373..2d1bda399e 100644 --- a/web/app/components/datasets/create/step-two/index.tsx +++ b/web/app/components/datasets/create/step-two/index.tsx @@ -319,6 +319,9 @@ const StepTwo = ({ } const createHandle = async () => { + if (isCreating) + return + setIsCreating(true) try { let res const params = getCreationParams()