mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-14 09:25:56 +08: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