このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
登録
サインイン
OpenSource
/
dify
ウォッチ
4
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
152
Wiki
アクティビティ
ソースを参照
fix: classify remove always remove the last one (
#18959
)
tags/1.3.1
Joel
6ヶ月前
親
2c2af1d117
コミット
315436e43b
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更
、
1行の追加
、
1行の削除
分割表示
差分情報を表示
1
1
web/app/components/workflow/nodes/question-classifier/components/class-list.tsx
+ 1
- 1
web/app/components/workflow/nodes/question-classifier/components/class-list.tsx
ファイルの表示
@@ -63,7 +63,7 @@ const ClassList: FC<Props> = ({
return (
<Item
nodeId={nodeId}
key={index}
key={
list[
index
].id
}
payload={item}
onChange={handleClassChange(index)}
onRemove={handleRemoveClass(index)}
書き込み
プレビュー
読み込み中…
キャンセル
保存