Explorar el Código

navigator微修正

develop
sosuke.iwabuchi hace 1 año
padre
commit
1d39322282
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/layouts/dashbord/navigator.tsx

+ 1
- 1
src/layouts/dashbord/navigator.tsx Ver fichero

@@ -303,7 +303,7 @@ function useContents(children: Child[]) {
</ListItemButton>
);
});
}, [pageId, initialized]);
}, [pageId, initialized, currentRole]);

return {
elements,


Cargando…
Cancelar
Guardar