Parcourir la source

fix: not render conversation var in prompt editor (#18728)

tags/1.3.1
Joel il y a 6 mois
Parent
révision
759584f8c5
Aucun compte lié à l'adresse e-mail de l'auteur

+ 1
- 1
web/app/components/base/prompt-editor/plugins/workflow-variable-block/component.tsx Voir le fichier

@@ -144,7 +144,7 @@ const WorkflowVariableBlockComponent = ({
}

if (!node)
return null
return Item

return (
<Tooltip

Chargement…
Annuler
Enregistrer