umwd-components 0.1.796 → 0.1.798

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -127,6 +127,7 @@ function TextualManageOPOForm({ opo, sx, revalidateCallback, handleClose, role,
127
127
  shipped_quantity: item.shipped_quantity,
128
128
  reports: item.reports?.map((report) => {
129
129
  return {
130
+ id: "id" in report ? report.id : undefined,
130
131
  documentId: "documentId" in report ? report.documentId : undefined,
131
132
  quantity: report.quantity,
132
133
  content: report.content,