fix: not render conversation var in prompt editor (#18728)
This commit is contained in:
parent
0babdffe3e
commit
759584f8c5
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ const WorkflowVariableBlockComponent = ({
|
|||
}
|
||||
|
||||
if (!node)
|
||||
return null
|
||||
return Item
|
||||
|
||||
return (
|
||||
<Tooltip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue