Translation error fix. IO-484
This commit is contained in:
@@ -34,7 +34,7 @@ export function JobsCloseComponent({ job, bodyshop }) {
|
||||
mutation: generateJobLinesUpdatesForInvoicing(values.joblines),
|
||||
});
|
||||
if (!!!result.errors) {
|
||||
notification["success"]({ message: t("job.successes.saved") });
|
||||
notification["success"]({ message: t("jobs.successes.save") });
|
||||
// form.resetFields();
|
||||
} else {
|
||||
notification["error"]({
|
||||
|
||||
Reference in New Issue
Block a user