mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 02:51:14 +00:00
fix(editor): Use nodes and connection from passed in workflow in RunData (no-changelog) (#17628)
This commit is contained in:
@@ -14,6 +14,7 @@ import type {
|
||||
IConnections,
|
||||
INode,
|
||||
INodeExecutionData,
|
||||
INodes,
|
||||
INodeTypeDescription,
|
||||
NodeHint,
|
||||
} from 'n8n-workflow';
|
||||
@@ -381,7 +382,7 @@ export function getGenericHints({
|
||||
nodeType: INodeTypeDescription;
|
||||
nodeOutputData: INodeExecutionData[];
|
||||
hasMultipleInputItems: boolean;
|
||||
nodes: INode[];
|
||||
nodes: INodes;
|
||||
connections: IConnections;
|
||||
hasNodeRun: boolean;
|
||||
}) {
|
||||
|
||||
Reference in New Issue
Block a user