mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix: Get all parent nodes > useRunWorkflow (no-changelog) (#8992)
This commit is contained in:
@@ -183,7 +183,7 @@ export function useRunWorkflow(options: { router: ReturnType<typeof useRouter> }
|
|||||||
directParentNodes = workflow.getParentNodes(
|
directParentNodes = workflow.getParentNodes(
|
||||||
options.destinationNode,
|
options.destinationNode,
|
||||||
NodeConnectionType.Main,
|
NodeConnectionType.Main,
|
||||||
1,
|
-1,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user