IO-233 Insert DMS Vehicle

This commit is contained in:
Patrick Fic
2021-08-24 15:56:10 -07:00
parent db2b4739c2
commit 748f8f472d
2 changed files with 72 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ export function DmsPostForm({ bodyshop, socket, job }) {
const handleFinish = (values) => {
socket.emit(`${determineDmsType(bodyshop)}-export-job`, {
jobId: job.id,
...values,
txEnvelope: values,
});
};