IO-2340 CDK New Unsold Vehicle adjustments

This commit is contained in:
Allan Carr
2023-06-22 15:38:18 -07:00
parent fee5bee569
commit bd7d8068df
3 changed files with 32 additions and 22 deletions

View File

@@ -187,8 +187,9 @@ export function DmsPostForm({ bodyshop, socket, job, logsRef }) {
<Form.Item
name="dms_unsold"
label={t("jobs.fields.dms.dms_unsold")}
initialValue={false}
>
<Switch defaultChecked={false} />
<Switch />
</Form.Item>
</Space>
</div>