IO-233 Insert DMS Vehicle
This commit is contained in:
@@ -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,
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user