fix: tool node show output text variable type error (#3556)
This commit is contained in:
parent
e212a87b86
commit
be3b37114c
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ const Panel: FC<NodePanelProps<ToolNodeType>> = ({
|
|||
<>
|
||||
<VarItem
|
||||
name='text'
|
||||
type='Array[Object]'
|
||||
type='String'
|
||||
description={t(`${i18nPrefix}.outputVars.text`)}
|
||||
/>
|
||||
<VarItem
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue