This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
OpenSource
/
dify
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
152
Wiki
Activity
Browse Source
fix: classify remove always remove the last one (
#18959
)
tags/1.3.1
Joel
6 months ago
parent
2c2af1d117
commit
315436e43b
No account linked to committer's email address
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
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
View File
@@ -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)}
Write
Preview
Loading…
Cancel
Save