ソースを参照

quick update

master
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>



読み込み中…
キャンセル
保存