diff --git a/src/components/startProduction/StartProductionButton.tsx b/src/components/startProduction/StartProductionButton.tsx index ad1f82b..58dced3 100644 --- a/src/components/startProduction/StartProductionButton.tsx +++ b/src/components/startProduction/StartProductionButton.tsx @@ -106,7 +106,7 @@ export function StartProductionButton({ ), { ...pipelineToUpdateMultiview, - multiview: { ...multiviewPresets[0], for_pipeline_idx: 0 } + multiview: [{ ...multiviewPresets[0], for_pipeline_idx: 0 }] } ] }