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) {