feature/IO-3499-React-19: Bug Fixes / Checkpoint
This commit is contained in:
@@ -35,15 +35,15 @@ export default function JobCalculateTotals({ job, disabled, refetch }) {
|
||||
// if (!!!result.errors) {
|
||||
// notification["success"]({ message: t("jobs.successes.updated") });
|
||||
// } else {
|
||||
// notification["error"]({
|
||||
// notification.error({
|
||||
// message: t("jobs.errors.updating", {
|
||||
// error: JSON.stringify(result.errors),
|
||||
// }),
|
||||
// });
|
||||
// }
|
||||
} catch (error) {
|
||||
notification["error"]({
|
||||
message: t("jobs.errors.updating", {
|
||||
notification.error({
|
||||
title: t("jobs.errors.updating", {
|
||||
error: JSON.stringify(error)
|
||||
})
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user