mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
feat: Update Workflow class usage on the Frontend for better performance (no-changelog) (#17680)
This commit is contained in:
@@ -40,9 +40,9 @@ vi.mock('@/stores/users.store', () => ({
|
||||
|
||||
vi.mock('@/stores/workflows.store', () => ({
|
||||
useWorkflowsStore: () => ({
|
||||
getCurrentWorkflow: vi.fn(() => ({
|
||||
workflowObject: {
|
||||
id: '1',
|
||||
})),
|
||||
},
|
||||
getWorkflowById: mocks.getWorkflowById,
|
||||
}),
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user