mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat: Add onboarding flow (#7212)
Github issue / Community forum post (link here to close automatically):
This commit is contained in:
@@ -878,8 +878,6 @@ export const workflowHelpers = defineComponent({
|
||||
|
||||
const workflowDataRequest: IWorkflowDataUpdate =
|
||||
data || (await this.getWorkflowDataToSave());
|
||||
// make sure that the new ones are not active
|
||||
workflowDataRequest.active = false;
|
||||
const changedNodes = {} as IDataObject;
|
||||
|
||||
if (resetNodeIds) {
|
||||
|
||||
Reference in New Issue
Block a user