Sfoglia il codice sorgente

type error

production
kelvin.yau 13 ore fa
parent
commit
ed7fa43ba7
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/components/PoDetail/PoInputGrid.tsx

+ 1
- 1
src/components/PoDetail/PoInputGrid.tsx Vedi File

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


Caricamento…
Annulla
Salva