feature/IO-3499-React-19: Bug Fixes / Checkpoint
This commit is contained in:
@@ -36,11 +36,11 @@ export default function OwnerDetailUpdateJobsComponent({ owner, selectedJobs, di
|
||||
}
|
||||
})
|
||||
.then(() => {
|
||||
notification["success"]({ message: t("jobs.successes.updated") });
|
||||
notification.success({ title: t("jobs.successes.updated") });
|
||||
})
|
||||
.catch((error) => {
|
||||
notification["error"]({
|
||||
message: t("jobs.errors.updating", { error: JSON.stringify(error) })
|
||||
notification.error({
|
||||
title: t("jobs.errors.updating", { error: JSON.stringify(error) })
|
||||
});
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user