IO-233 CDK Updates.

This commit is contained in:
Patrick Fic
2021-12-02 15:51:21 -08:00
parent 8d3c2f7af6
commit a5aee28d42
5 changed files with 68 additions and 37 deletions

View File

@@ -48,7 +48,7 @@ export function DmsCdkVehicles({ bodyshop, form, socket, job }) {
];
return (
<div>
<>
<Modal
width={"90%"}
visible={visible}
@@ -100,6 +100,6 @@ export function DmsCdkVehicles({ bodyshop, form, socket, job }) {
>
{t("jobs.actions.dms.findmakemodelcode")}
</Button>
</div>
</>
);
}