mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
fix(editor): Issue with context menu disabling most options when importing template (#15185)
This commit is contained in:
@@ -2003,7 +2003,7 @@ export function useCanvasOperations({ router }: { router: ReturnType<typeof useR
|
||||
workflowsStore.setConnections(workflow.connections);
|
||||
}
|
||||
await addNodes(convertedNodes ?? []);
|
||||
await workflowsStore.getNewWorkflowData(name, projectsStore.currentProjectId);
|
||||
await workflowsStore.getNewWorkflowDataAndMakeShareable(name, projectsStore.currentProjectId);
|
||||
workflowsStore.addToWorkflowMetadata({ templateId: `${id}` });
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user