mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
fix: Get all parent nodes > useRunWorkflow (no-changelog) (#8992)
This commit is contained in:
parent
e84c27c0ce
commit
ae75cf414a
|
@ -183,7 +183,7 @@ export function useRunWorkflow(options: { router: ReturnType<typeof useRouter> }
|
|||
directParentNodes = workflow.getParentNodes(
|
||||
options.destinationNode,
|
||||
NodeConnectionType.Main,
|
||||
1,
|
||||
-1,
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue