使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
OpenSource
/
dify
关注
4
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
152
百科
动态
浏览代码
fix: can choose file in add in variable aggregator
tags/2.0.0-beta.1
Joel
2 个月前
父节点
740f1c5f2c
当前提交
e955a603c6
共有
1 个文件被更改
,包括
1 次插入
和
0 次删除
分列视图
显示文件统计
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>
撰写
预览
正在加载...
取消
保存