From 9e8179ddcdf77ac2165a9d49a8637adcfdf554b0 Mon Sep 17 00:00:00 2001 From: kae_mihara Date: Sun, 5 Jul 2026 07:56:39 +0900 Subject: [PATCH] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- src/pages/Inventory/Products/index.tsx | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/src/pages/Inventory/Products/index.tsx b/src/pages/Inventory/Products/index.tsx index 57d9d14..0a61216 100644 --- a/src/pages/Inventory/Products/index.tsx +++ b/src/pages/Inventory/Products/index.tsx @@ -736,17 +736,18 @@ render: (_, row) => ( }} style={{ width: 120 }} /> - ({ label: batch.batchNo, value: batch.batchId }))} + onChange={(value) => { + const next = [...panInputs]; + next[pi] = { ...next[pi], batchId: value || undefined }; + setPanInputs(next); + }} +/> {pan.boltLengths?.map((len, bi) => (