fix: tool node show output text variable type error (#3556)

This commit is contained in:
Joel 2024-04-17 15:26:18 +08:00 committed by GitHub
parent e212a87b86
commit be3b37114c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -123,7 +123,7 @@ const Panel: FC<NodePanelProps<ToolNodeType>> = ({
<>
<VarItem
name='text'
type='Array[Object]'
type='String'
description={t(`${i18nPrefix}.outputVars.text`)}
/>
<VarItem