feature/IO-3499-React-19: Bug Fixes / Checkpoint
This commit is contained in:
@@ -192,12 +192,12 @@ export function JobsDetailPage({
|
||||
});
|
||||
|
||||
if (newTotals.status !== 200 || result.errors) {
|
||||
notification["error"]({
|
||||
message: t("jobs.errors.totalscalc")
|
||||
notification.error({
|
||||
title: t("jobs.errors.totalscalc")
|
||||
});
|
||||
} else {
|
||||
notification["success"]({
|
||||
message: t("jobs.successes.savetitle")
|
||||
notification.success({
|
||||
title: t("jobs.successes.savetitle")
|
||||
});
|
||||
const changedAuditFields = form.getFieldsValue(
|
||||
[
|
||||
@@ -261,8 +261,8 @@ export function JobsDetailPage({
|
||||
form.resetFields();
|
||||
}
|
||||
} catch {
|
||||
notification["error"]({
|
||||
message: t("jobs.errors.totalscalc")
|
||||
notification.error({
|
||||
title: t("jobs.errors.totalscalc")
|
||||
});
|
||||
} finally {
|
||||
setLoading(false);
|
||||
|
||||
Reference in New Issue
Block a user