Fixed typo in vehicle grouping change. RPS-22

This commit is contained in:
Patrick Fic
2020-10-27 10:43:11 -07:00
parent 0eb5d5dd47
commit 4852e325ee

View File

@@ -35,7 +35,7 @@ export function JobGroupMolecule({ bodyshop, jobId, group, job }) {
});
if (!result.errors) {
message.success("Close date updated.");
message.success("Vehicle group updated.");
} else {
message.error("Error updating job.");
}