Przeglądaj źródła

type error

production
kelvin.yau 13 godzin temu
rodzic
commit
ed7fa43ba7
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/components/PoDetail/PoInputGrid.tsx

+ 1
- 1
src/components/PoDetail/PoInputGrid.tsx Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz