mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 18:41:14 +00:00
refactor(editor): Remove part of getCurrentWorkflow usages (#16148)
This commit is contained in:
@@ -804,7 +804,8 @@ function getNodeHints(): NodeHint[] {
|
||||
node: node.value,
|
||||
nodeType: nodeType.value,
|
||||
nodeOutputData,
|
||||
workflow: props.workflow,
|
||||
nodes: workflowsStore.allNodes,
|
||||
connections: workflowsStore.connectionsBySourceNode,
|
||||
hasNodeRun: hasNodeRun.value,
|
||||
hasMultipleInputItems,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user