mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix(editor): fix broken output panel for wait node executions (#4156)
This commit is contained in:
@@ -353,7 +353,7 @@ export interface IExecutionPushResponse {
|
||||
|
||||
export interface IExecutionResponse extends IExecutionBase {
|
||||
id: string;
|
||||
data: IRunExecutionData;
|
||||
data?: IRunExecutionData;
|
||||
workflowData: IWorkflowDb;
|
||||
executedNode?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user