mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 19:32:15 +00:00
fix(editor): Issue with context menu disabling most options when importing template (#15185)
This commit is contained in:
@@ -3002,7 +3002,7 @@ describe('useCanvasOperations', () => {
|
||||
disabled: false,
|
||||
});
|
||||
expect(workflowsStore.setNodePristine).toHaveBeenCalledWith(nodeB.name, true);
|
||||
expect(workflowsStore.getNewWorkflowData).toHaveBeenCalledWith(
|
||||
expect(workflowsStore.getNewWorkflowDataAndMakeShareable).toHaveBeenCalledWith(
|
||||
templateName,
|
||||
projectsStore.currentProjectId,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user