feature/IO-3499-React-19: Bug Fixes / Checkpoint
This commit is contained in:
@@ -50,14 +50,14 @@ export function LaborAllocationsAdjustmentEdit({
|
||||
});
|
||||
|
||||
if (result.errors) {
|
||||
notification["error"]({
|
||||
message: t("jobs.errors.saving", {
|
||||
notification.error({
|
||||
title: t("jobs.errors.saving", {
|
||||
message: JSON.stringify(result.errors)
|
||||
})
|
||||
});
|
||||
} else {
|
||||
notification["success"]({
|
||||
message: t("jobs.successes.save")
|
||||
notification.success({
|
||||
title: t("jobs.successes.save")
|
||||
});
|
||||
insertAuditTrail({
|
||||
jobid: jobId,
|
||||
|
||||
Reference in New Issue
Block a user