diff --git a/src/containers/Flow/Flow.tsx b/src/containers/Flow/Flow.tsx index 952f379c0..b11205a3b 100644 --- a/src/containers/Flow/Flow.tsx +++ b/src/containers/Flow/Flow.tsx @@ -106,10 +106,11 @@ export const Flow = () => { if (location.state === 'copy') { fieldName = `Copy of ${nameValue}`; fieldKeywords = ''; + description = `Copy of ${nameValue}`; setCopyFlowTitle(nameValue); } else if (location.state === 'copyTemplate') { fieldName = ''; - description = ''; + description = `Copy of ${nameValue}`; tags = null; fieldKeywords = ''; setCopyFlowTitle(nameValue);