mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-15 22:25:53 +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 () => {
|
const createHandle = async () => {
|
||||||
|
if (isCreating)
|
||||||
|
return
|
||||||
|
setIsCreating(true)
|
||||||
try {
|
try {
|
||||||
let res
|
let res
|
||||||
const params = getCreationParams()
|
const params = getCreationParams()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user