feature/IO-3499-React-19: Bug Fixes / Checkpoint
This commit is contained in:
@@ -82,16 +82,16 @@ export function JobLineConvertToLabor({
|
||||
});
|
||||
|
||||
if (jobUpdate.errors) {
|
||||
notification["error"]({
|
||||
message: t("jobs.errors.saving", {
|
||||
notification.error({
|
||||
title: t("jobs.errors.saving", {
|
||||
message: JSON.stringify(jobUpdate.errors)
|
||||
})
|
||||
});
|
||||
return;
|
||||
}
|
||||
if (lineUpdate.errors) {
|
||||
notification["error"]({
|
||||
message: t("joblines.errors.saving", {
|
||||
notification.error({
|
||||
title: t("joblines.errors.saving", {
|
||||
message: JSON.stringify(lineUpdate.errors)
|
||||
})
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user