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

This commit is contained in:
Joel 2025-04-25 09:06:07 +08:00 committed by GitHub
parent 0babdffe3e
commit 759584f8c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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