n8n-editor-ui 2.0.1 → 2.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9489,7 +9489,7 @@ var DuplicateWorkflowDialog_vue_vue_type_script_setup_true_lang_default = /* @__
9489
9489
  try {
9490
9490
  let workflowToUpdate;
9491
9491
  if (currentWorkflowId !== "__EMPTY__") {
9492
- const { createdAt, updatedAt, usedCredentials, id, homeProject, sharedWithProjects,...workflow } = await workflowsStore.fetchWorkflow(props.data.id);
9492
+ const { createdAt, updatedAt, usedCredentials, id, homeProject, sharedWithProjects, activeVersionId, activeVersion, active,...workflow } = await workflowsStore.fetchWorkflow(props.data.id);
9493
9493
  workflowToUpdate = workflow;
9494
9494
  workflowHelpers.removeForeignCredentialsFromWorkflow(workflowToUpdate, credentialsStore.allCredentials);
9495
9495
  }
@@ -14407,6 +14407,9 @@ ${commonCode.value.createChat}`);
14407
14407
  id,
14408
14408
  homeProject,
14409
14409
  sharedWithProjects,
14410
+ activeVersionId,
14411
+ activeVersion,
14412
+ active,
14410
14413
  ...workflow
14411
14414
  } = await workflowsStore.fetchWorkflow(props.data.id);
14412
14415
  workflowToUpdate = workflow;