mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
refactor(core): Trim down NodeHelpers (no-changelog) (#14829)
This commit is contained in:
committed by
GitHub
parent
88bce7fd8b
commit
3e5e3a585c
@@ -746,7 +746,7 @@ function getNodeHints(): NodeHint[] {
|
||||
const workflowNode = props.workflow.getNode(node.value.name);
|
||||
|
||||
if (workflowNode) {
|
||||
const nodeHints = NodeHelpers.getNodeHints(props.workflow, workflowNode, nodeType.value, {
|
||||
const nodeHints = nodeHelpers.getNodeHints(props.workflow, workflowNode, nodeType.value, {
|
||||
runExecutionData: workflowExecution.value?.data ?? null,
|
||||
runIndex: props.runIndex,
|
||||
connectionInputData: parentNodeOutputData.value,
|
||||
|
||||
Reference in New Issue
Block a user