fix(editor): Remove template creds setup from workflow when copied (no-changelog) (#9673)
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user