Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
OpenSource
/
dify
Segui
4
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
152
Wiki
Attività
Sfoglia il codice sorgente
Fix: debounce of dataset creation (
#1237
)
tags/0.3.24
KVOJJJin
2 anni fa
parent
8eae643911
commit
fd3d43cae1
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file
con
3 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
3
0
web/app/components/datasets/create/step-two/index.tsx
+ 3
- 0
web/app/components/datasets/create/step-two/index.tsx
Vedi File
@@ -319,6 +319,9 @@ const StepTwo = ({
}
const createHandle = async () => {
if (isCreating)
return
setIsCreating(true)
try {
let res
const params = getCreationParams()
Write
Preview
Loading…
Annulla
Salva