mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 18:41:14 +00:00
fix(editor): Use nodes and connection from passed in workflow in RunData (no-changelog) (#17628)
This commit is contained in:
@@ -807,8 +807,8 @@ function getNodeHints(): NodeHint[] {
|
||||
node: node.value,
|
||||
nodeType: nodeType.value,
|
||||
nodeOutputData,
|
||||
nodes: workflowsStore.allNodes,
|
||||
connections: workflowsStore.connectionsBySourceNode,
|
||||
nodes: props.workflow.nodes,
|
||||
connections: props.workflow.connectionsBySourceNode,
|
||||
hasNodeRun: hasNodeRun.value,
|
||||
hasMultipleInputItems,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user