Explorar el Código

update path

reset-do-picking-order
CANCERYS\kw093 hace 2 meses
padre
commit
8f9e94530e
Se han modificado 1 ficheros con 8 adiciones y 3 borrados
  1. +8
    -3
      src/components/NavigationContent/NavigationContent.tsx

+ 8
- 3
src/components/NavigationContent/NavigationContent.tsx Ver fichero

@@ -348,9 +348,14 @@ const NavigationContent: React.FC = () => {
path: "/settings/user", 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 />, // icon: <RequestQuote />,


Cargando…
Cancelar
Guardar