feature/IO-3499-React-19: Bug Fixes / Checkpoint
This commit is contained in:
@@ -42,12 +42,12 @@ export default function PartsOrderCmReceived({ checked, orderLineId, partsOrderI
|
||||
});
|
||||
|
||||
if (!result.errors) {
|
||||
notification["success"]({
|
||||
message: t("parts_orders.successes.line_updated")
|
||||
notification.success({
|
||||
title: t("parts_orders.successes.line_updated")
|
||||
});
|
||||
} else {
|
||||
notification["error"]({
|
||||
message: t("parts_orders.errors.saving", {
|
||||
notification.error({
|
||||
title: t("parts_orders.errors.saving", {
|
||||
error: JSON.stringify(result.errors)
|
||||
})
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user