mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix(editor): Fix AI Node Logs View to Filter Duplicate Executions (#15049)
Co-authored-by: autologie <suguru@n8n.io>
This commit is contained in:
@@ -75,6 +75,7 @@ function createRunDataWithError(inputMessage: string) {
|
||||
],
|
||||
],
|
||||
},
|
||||
source: [{ previousNode: AGENT_NODE_NAME, previousNodeRun: 0 }],
|
||||
error: {
|
||||
message: 'Internal error',
|
||||
timestamp: 1722591723244,
|
||||
|
||||
Reference in New Issue
Block a user