fix: Get all parent nodes > useRunWorkflow (no-changelog) (#8992)

This commit is contained in:
Michael Kret 2024-03-28 11:12:36 +02:00 committed by GitHub
parent e84c27c0ce
commit ae75cf414a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -183,7 +183,7 @@ export function useRunWorkflow(options: { router: ReturnType<typeof useRouter> }
directParentNodes = workflow.getParentNodes(
options.destinationNode,
NodeConnectionType.Main,
1,
-1,
);
}