This website works better with JavaScript.
Home
Explore
Help
Sign In
jason
/
FPSMS-frontend
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
type error
production
kelvin.yau
1 day ago
parent
f70b426f78
commit
ed7fa43ba7
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/components/PoDetail/PoInputGrid.tsx
+ 1
- 1
src/components/PoDetail/PoInputGrid.tsx
View File
@@ -543,7 +543,7 @@ function PoInputGrid({
[],
);
const getButtonSx = (sil
: StockInLine) => {
const getButtonSx = (sil: StockInLine
Row
) => {
const status = sil?.status?.toLowerCase();
let btnSx = { label: "", color: "" };
switch (status) {
Write
Preview
Loading…
Cancel
Save