mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-11 13:58:58 +00:00
feat(web): Add DAG variables to web flow (#1981)
Co-authored-by: Fangyin Cheng <staneyffer@gmail.com> Co-authored-by: 谨欣 <echo.cmy@antgroup.com> Co-authored-by: yanzhiyong <932374019@qq.com> Co-authored-by: 严志勇 <yanzhiyong@tiansuixiansheng.com>
This commit is contained in:
@@ -126,7 +126,6 @@ function Flow() {
|
||||
copyFlowTemp.current = flow;
|
||||
form.setFieldValue('label', `${flow.label} Copy`);
|
||||
form.setFieldValue('name', `${flow.name}_copy`);
|
||||
setDeploy(true);
|
||||
setEditable(true);
|
||||
setShowModal(true);
|
||||
};
|
||||
@@ -256,8 +255,10 @@ function Flow() {
|
||||
</div>
|
||||
</div>
|
||||
</Spin>
|
||||
|
||||
<Modal
|
||||
open={showModal}
|
||||
destroyOnClose
|
||||
title='Copy AWEL Flow'
|
||||
onCancel={() => {
|
||||
setShowModal(false);
|
||||
|
Reference in New Issue
Block a user