diff --git a/web/pages/construct/flow/index.tsx b/web/pages/construct/flow/index.tsx index 4d8fcb42a..f82306bd4 100644 --- a/web/pages/construct/flow/index.tsx +++ b/web/pages/construct/flow/index.tsx @@ -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() { + { setShowModal(false);