This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
OpenSource
/
dify
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
152
Wiki
Activity
Browse Source
Fix: debounce of dataset creation (
#1237
)
tags/0.3.24
KVOJJJin
2 years ago
parent
8eae643911
commit
fd3d43cae1
No account linked to committer's email address
1 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
3
0
web/app/components/datasets/create/step-two/index.tsx
+ 3
- 0
web/app/components/datasets/create/step-two/index.tsx
View File
@@ -319,6 +319,9 @@ const StepTwo = ({
}
const createHandle = async () => {
if (isCreating)
return
setIsCreating(true)
try {
let res
const params = getCreationParams()
Write
Preview
Loading…
Cancel
Save