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