Update getVerticesOrder function to include nodeId parameter
This commit is contained in:
parent
fdc799ee29
commit
aeee9a8b1b
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ export async function buildVertices({
|
|||
onBuildComplete,
|
||||
onBuildError,
|
||||
}: BuildVerticesParams) {
|
||||
let orderResponse = await getVerticesOrder(flowId);
|
||||
let orderResponse = await getVerticesOrder(flowId, nodeId);
|
||||
let verticesOrder: Array<Array<string>> = orderResponse.data.ids;
|
||||
let vertices: Array<Array<string>> = [];
|
||||
if (nodeId) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue