浏览代码

fix: can choose file in add in variable aggregator

tags/2.0.0-beta.1
Joel 2 个月前
父节点
当前提交
e955a603c6
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      web/app/components/workflow/nodes/_base/components/add-variable-popup.tsx

+ 1
- 0
web/app/components/workflow/nodes/_base/components/add-variable-popup.tsx 查看文件

@@ -27,6 +27,7 @@ export const AddVariablePopup = ({
hideSearch
vars={availableVars}
onChange={onSelect}
isSupportFileVar
/>
</div>
</div>

正在加载...
取消
保存