diff --git a/src/components/PoDetail/PoDetail.tsx b/src/components/PoDetail/PoDetail.tsx index a258c5a..e8d7bf7 100644 --- a/src/components/PoDetail/PoDetail.tsx +++ b/src/components/PoDetail/PoDetail.tsx @@ -609,12 +609,12 @@ const PoDetail: React.FC = ({ po, qc, warehouse }) => { type="text" variant="outlined" fullWidth - InputProps={{ - inputProps: { - min: 0, - step: 1 - } - }} + // InputProps={{ + // inputProps: { + // min: 0, + // step: 1 + // } + // }} />