WIP Time Ticket Summary BOD-191

This commit is contained in:
Patrick Fic
2020-07-20 08:55:01 -07:00
parent a54a85b96c
commit f187a2106c
14 changed files with 544 additions and 18 deletions

View File

@@ -59,7 +59,7 @@ export function TimeTicketModalContainer({
} else {
insertTicket({
variables: {
timeTicketInput: [{ ...values, bodyshop: bodyshop.id }],
timeTicketInput: [{ ...values, bodyshopid: bodyshop.id }],
},
})
.then(handleMutationSuccess)