Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
S'inscrire
Connexion
OpenSource
/
dify
Suivre
4
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Demandes d'ajout
0
Versions
152
Wiki
Activité
Parcourir la source
chore: new inspected variable add to top position instead of bottom (
#21793
)
tags/1.5.1
Joel
il y a 4 mois
Parent
58dfe2ca03
révision
f53b177e1f
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés
avec
1 ajouts
et
1 suppressions
Vue séparée
Afficher les stats Diff
1
1
web/app/components/workflow/hooks/use-inspect-vars-crud.ts
+ 1
- 1
web/app/components/workflow/hooks/use-inspect-vars-crud.ts
Voir le fichier
@@ -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,
Écrire
Aperçu
Chargement…
Annuler
Enregistrer