Merge branch 'feature/IO-2437-CDK-make-override' into release/2023-11-10

This commit is contained in:
Patrick Fic
2023-11-07 12:36:40 -08:00
6 changed files with 206 additions and 1 deletions

View File

@@ -191,6 +191,13 @@ export function DmsPostForm({ bodyshop, socket, job, logsRef }) {
>
<Switch />
</Form.Item>
<Form.Item
name="dms_model_override"
label={t("jobs.fields.dms.dms_model_override")}
initialValue={false}
>
<Switch />
</Form.Item>
</Space>
</div>
)}