From ed7fa43ba7fbe7a3c91946761b77e29a6630ab94 Mon Sep 17 00:00:00 2001 From: "kelvin.yau" Date: Sat, 4 Jul 2026 00:39:37 +0800 Subject: [PATCH] type error --- src/components/PoDetail/PoInputGrid.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/PoDetail/PoInputGrid.tsx b/src/components/PoDetail/PoInputGrid.tsx index c15f411..e2771b7 100644 --- a/src/components/PoDetail/PoInputGrid.tsx +++ b/src/components/PoDetail/PoInputGrid.tsx @@ -543,7 +543,7 @@ function PoInputGrid({ [], ); - const getButtonSx = (sil : StockInLine) => { + const getButtonSx = (sil: StockInLineRow) => { const status = sil?.status?.toLowerCase(); let btnSx = { label: "", color: "" }; switch (status) {