Explorar o código

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

Joel hai 1 ano
pai
achega
be3b37114c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      web/app/components/workflow/nodes/tool/panel.tsx

+ 1 - 1
web/app/components/workflow/nodes/tool/panel.tsx

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