Skip to content

Commit

Permalink
fix: updated to handle multiview-arr
Browse files Browse the repository at this point in the history
  • Loading branch information
malmen237 committed Sep 2, 2024
1 parent dedc171 commit 0b5467a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/startProduction/StartProductionButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export function StartProductionButton({
),
{
...pipelineToUpdateMultiview,
multiview: { ...multiviewPresets[0], for_pipeline_idx: 0 }
multiview: [{ ...multiviewPresets[0], for_pipeline_idx: 0 }]
}
]
}
Expand Down

0 comments on commit 0b5467a

Please sign in to comment.