ソースを参照

update path

MergeProblem1
CANCERYS\kw093 2週間前
コミット
8f9e94530e
1個のファイルの変更8行の追加3行の削除
  1. +8
    -3
      src/components/NavigationContent/NavigationContent.tsx

+ 8
- 3
src/components/NavigationContent/NavigationContent.tsx ファイルの表示

@@ -348,9 +348,14 @@ const NavigationContent: React.FC = () => {
path: "/settings/user",
},
{
icon: <QrCodeIcon />,
label: "QR Code Handle",
path: "/settings/qrCodeHandle",
icon: <RequestQuote />,
label: "QC Check Template",
path: "/settings/user",
},
{
icon: <RequestQuote />,
label: "QC Item All",
path: "/settings/qcItemAll",
},
// {
// icon: <RequestQuote />,


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