feature/IO-3499-React-19: Bug Fixes / Checkpoint
This commit is contained in:
@@ -38,8 +38,8 @@ export function PartsOrderBackorderEta({ backordered_eta, partsOrderStatus, part
|
||||
});
|
||||
|
||||
if (result.errors) {
|
||||
notification["error"]({
|
||||
message: t("parts_orders.errors.backordering", {
|
||||
notification.error({
|
||||
title: t("parts_orders.errors.backordering", {
|
||||
message: JSON.stringify(result.errors)
|
||||
})
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user