refactor(editor): Remove deleted event name from UI (#10402)
This commit is contained in:
@@ -225,7 +225,6 @@ export class MessageEventBusLogWriter {
|
||||
break;
|
||||
case 'n8n.workflow.success':
|
||||
case 'n8n.workflow.failed':
|
||||
case 'n8n.workflow.crashed':
|
||||
case 'n8n.execution.throttled':
|
||||
case 'n8n.execution.started-during-bootup':
|
||||
delete results.unfinishedExecutions[executionId];
|
||||
|
||||
Reference in New Issue
Block a user