IO-1926 Set export logs for manual items to be array of 1.

This commit is contained in:
Patrick Fic
2022-06-09 13:57:16 -07:00
parent f0ba00aeb8
commit f116e89c94
3 changed files with 3 additions and 3 deletions

View File

@@ -62,7 +62,7 @@ export function BillMarkExportedButton({
bodyshopid: bodyshop.id,
billid: bill.id,
successful: true,
message: t("general.labels.markedexported"),
message: JSON.stringify([t("general.labels.markedexported")]),
useremail: currentUser.email,
},
],