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

pull/17195/head
Joel 12 months ago committed by GitHub
parent 0babdffe3e
commit 759584f8c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -144,7 +144,7 @@ const WorkflowVariableBlockComponent = ({
}
if (!node)
return null
return Item
return (
<Tooltip

Loading…
Cancel
Save