mirror of
https://github.com/langgenius/dify.git
synced 2025-10-17 03:48:32 +00:00
Fix: debounce of dataset creation (#1237)
This commit is contained in:
parent
8eae643911
commit
fd3d43cae1
@ -319,6 +319,9 @@ const StepTwo = ({
|
||||
}
|
||||
|
||||
const createHandle = async () => {
|
||||
if (isCreating)
|
||||
return
|
||||
setIsCreating(true)
|
||||
try {
|
||||
let res
|
||||
const params = getCreationParams()
|
||||
|
Loading…
x
Reference in New Issue
Block a user