mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(editor): Don't render now when startedAt is null (#15283)
This commit is contained in:
@@ -2645,7 +2645,7 @@ export interface ExecutionSummary {
|
||||
retrySuccessId?: string | null;
|
||||
waitTill?: Date;
|
||||
createdAt: Date;
|
||||
startedAt: Date;
|
||||
startedAt: Date | null;
|
||||
stoppedAt?: Date;
|
||||
workflowId: string;
|
||||
workflowName?: string;
|
||||
|
||||
Reference in New Issue
Block a user