diff --git a/src/frontend/src/components/wizards/ImportPartWizard.tsx b/src/frontend/src/components/wizards/ImportPartWizard.tsx index 9b271614a7..68c3fa6aae 100644 --- a/src/frontend/src/components/wizards/ImportPartWizard.tsx +++ b/src/frontend/src/components/wizards/ImportPartWizard.tsx @@ -677,7 +677,8 @@ export default function ImportPartWizard({ {} as Record ); const createParameters = useParameters.map((p) => ({ - part: importResult!.part_id, + model_type: 'part', + model_id: importResult!.part_id, template: p.parameter_template, data: p.value }));