瀏覽代碼

fix: workflow as tool always outdated (#8798)

tags/0.9.0
非法操作 1 年之前
父節點
當前提交
6df14e50b2
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      web/app/components/tools/workflow-tool/configure-button.tsx

+ 1
- 1
web/app/components/tools/workflow-tool/configure-button.tsx 查看文件

@@ -65,7 +65,7 @@ const WorkflowToolConfigureButton = ({
else {
if (item.type === 'paragraph' && param.type !== 'string')
return true
if (param.type !== item.type && !(param.type === 'string' && item.type === 'paragraph'))
if (item.type === 'text-input' && param.type !== 'string')
return true
}
}

Loading…
取消
儲存