mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(editor): Fix executions sorting (#11808)
This commit is contained in:
committed by
GitHub
parent
187edf28aa
commit
cd5ad65e90
@@ -369,6 +369,7 @@ export interface IExecutionBase {
|
||||
retryOf?: string;
|
||||
retrySuccessId?: string;
|
||||
startedAt: Date;
|
||||
createdAt: Date;
|
||||
stoppedAt?: Date;
|
||||
workflowId?: string; // To be able to filter executions easily //
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user