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

pull/17195/head
Joel 1 year 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) if (!node)
return null return Item
return ( return (
<Tooltip <Tooltip

Loading…
Cancel
Save