IO-2437 override CDK make model on update.

This commit is contained in:
Patrick Fic
2023-11-07 12:36:30 -08:00
parent 7472285641
commit 682ea860fb
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>
)}