feature/IO-3499-React-19: Bug Fixes / Checkpoint
This commit is contained in:
@@ -57,15 +57,15 @@ export function PartsReceiveModalContainer({ partsReceiveModal, toggleModalVisib
|
||||
|
||||
result.forEach((jobLinesResult) => {
|
||||
if (jobLinesResult.errors) {
|
||||
notification["error"]({
|
||||
message: t("parts_orders.errors.creating"),
|
||||
notification.error({
|
||||
title: t("parts_orders.errors.creating"),
|
||||
description: JSON.stringify(jobLinesResult.errors)
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
notification["success"]({
|
||||
message: t("parts_orders.successes.received")
|
||||
notification.success({
|
||||
title: t("parts_orders.successes.received")
|
||||
});
|
||||
setLoading(false);
|
||||
if (refetch) refetch();
|
||||
|
||||
Reference in New Issue
Block a user