瀏覽代碼

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

Joel 1 年之前
父節點
當前提交
be3b37114c
共有 1 個文件被更改,包括 1 次插入1 次删除
  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