This website works better with JavaScript.
Ana Sayfa
Keşfet
Yardım
Üye Ol
Giriş Yap
OpenSource
/
dify
İzle
4
Yıldızla
0
Çatalla
0
Kod
Sorunlar
0
Değişiklik İstekleri
0
Sürümler
152
Wiki
Aktivite
Kaynağa Gözat
fix: classify remove always remove the last one (
#18959
)
tags/1.3.1
Joel
6 ay önce
ebeveyn
2c2af1d117
işleme
315436e43b
No account linked to committer's email address
1 değiştirilmiş dosya
ile
1 ekleme
ve
1 silme
Görünümü Böl
Farklılık Durumunu Göster
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
Dosyayı Görüntüle
@@ -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…
İptal
Kaydet