mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix(editor): Fix executions sorting (#11808)
This commit is contained in:
committed by
GitHub
parent
187edf28aa
commit
cd5ad65e90
@@ -2591,7 +2591,7 @@ export interface ExecutionSummary {
|
||||
retryOf?: string | null;
|
||||
retrySuccessId?: string | null;
|
||||
waitTill?: Date;
|
||||
createdAt?: Date;
|
||||
createdAt: Date;
|
||||
startedAt: Date;
|
||||
stoppedAt?: Date;
|
||||
workflowId: string;
|
||||
|
||||
Reference in New Issue
Block a user