mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(editor): Fix executions sorting (#11808)
This commit is contained in:
committed by
GitHub
parent
187edf28aa
commit
cd5ad65e90
@@ -252,6 +252,7 @@ export function useRunWorkflow(useRunWorkflowOpts: { router: ReturnType<typeof u
|
||||
finished: false,
|
||||
mode: 'manual',
|
||||
status: 'running',
|
||||
createdAt: new Date(),
|
||||
startedAt: new Date(),
|
||||
stoppedAt: undefined,
|
||||
workflowId: workflow.id,
|
||||
|
||||
Reference in New Issue
Block a user