ソースを参照

fix: classify remove always remove the last one (#18959)

tags/1.3.1
Joel 6ヶ月前
コミット
315436e43b
コミッターのメールアドレスに関連付けられたアカウントが存在しません

+ 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)}

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