ソースを参照

Fix: debounce of dataset creation (#1237)

tags/0.3.24
KVOJJJin 2年前
コミット
fd3d43cae1
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更3行の追加0行の削除
  1. 3
    0
      web/app/components/datasets/create/step-two/index.tsx

+ 3
- 0
web/app/components/datasets/create/step-two/index.tsx ファイルの表示

@@ -319,6 +319,9 @@ const StepTwo = ({
}

const createHandle = async () => {
if (isCreating)
return
setIsCreating(true)
try {
let res
const params = getCreationParams()

読み込み中…
キャンセル
保存