cyril.tsui пре 2 месеци
родитељ
комит
47f274854a
1 измењених фајлова са 2 додато и 2 уклоњено
  1. +2
    -2
      src/components/JoSave/JoRelease.tsx

+ 2
- 2
src/components/JoSave/JoRelease.tsx Прегледај датотеку

@@ -100,14 +100,14 @@ const JoRelease: React.FC<Props> = ({
{t("Lines with insufficient stock: ")}<strong style={{ color: 'red' }}>{stockCounts.insufficient}</strong>
</Typography>

{/* <Button
<Button
variant="contained"
color="primary"
onClick={handleRelease}
disabled={stockCounts.insufficient > 0 || status !== "planning"}
>
{t("Release")}
</Button> */}
</Button>
</Stack>



Loading…
Откажи
Сачувај