Explorar el Código

type error

production
kelvin.yau hace 13 horas
padre
commit
ed7fa43ba7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/components/PoDetail/PoInputGrid.tsx

+ 1
- 1
src/components/PoDetail/PoInputGrid.tsx Ver fichero

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


Cargando…
Cancelar
Guardar