소스 검색

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

tags/1.3.1
Joel 6 달 전
부모
커밋
315436e43b
No account linked to committer's email address
1개의 변경된 파일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)}

Loading…
취소
저장