mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-26 12:01:16 -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(
|
directParentNodes = workflow.getParentNodes(
|
||||||
options.destinationNode,
|
options.destinationNode,
|
||||||
NodeConnectionType.Main,
|
NodeConnectionType.Main,
|
||||||
1,
|
-1,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue