fix(editor): Remove template creds setup from workflow when copied (no-changelog) (#9673)

This commit is contained in:
Tomi Turtiainen
2024-06-10 13:36:42 +03:00
committed by GitHub
parent b0b4093072
commit 1e15f73b0d
4 changed files with 7 additions and 4 deletions

View File

@@ -403,7 +403,7 @@ async function onWorkflowMenuSelect(action: WORKFLOW_MENU_ACTIONS): Promise<void
const exportData: IWorkflowToShare = {
...data,
meta: {
...(props.workflow.meta ?? {}),
...props.workflow.meta,
instanceId: rootStore.instanceId,
},
tags: (tags ?? []).map((tagId) => {