Переглянути джерело

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

tags/1.3.1
Joel 6 місяці тому
джерело
коміт
315436e43b
Аккаунт користувача з таким Email не знайдено

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

Завантаження…
Відмінити
Зберегти