Parcourir la source

type error

production
kelvin.yau il y a 4 jours
Parent
révision
ed7fa43ba7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      src/components/PoDetail/PoInputGrid.tsx

+ 1
- 1
src/components/PoDetail/PoInputGrid.tsx Voir le fichier

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


Chargement…
Annuler
Enregistrer