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
chore: new inspected variable add to top position instead of bottom (
#21793
)
tags/1.5.1
Joel
4 ay önce
ebeveyn
58dfe2ca03
işleme
f53b177e1f
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/hooks/use-inspect-vars-crud.ts
+ 1
- 1
web/app/components/workflow/hooks/use-inspect-vars-crud.ts
Dosyayı Görüntüle
@@ -117,7 +117,7 @@ const useInspectVarsCrud = () => {
if (nodeInfo) {
const index = draft.findIndex(node => node.nodeId === nodeId)
if (index === -1) {
draft.
p
ush({
draft.u
n
sh
ift
({
nodeId,
nodeType: nodeInfo.data.type,
title: nodeInfo.data.title,
Write
Preview
Loading…
İptal
Kaydet