Skip to content

Commit

Permalink
fix: 🎉 resolucion bug navbar estadisticas
Browse files Browse the repository at this point in the history
Se modifico routes.tsx para que cuando se seleccione un menu de Informes, siga seleccionado Estadisticas en el navbar
  • Loading branch information
facundomelgarejo committed Nov 13, 2024
1 parent 0b13bc7 commit 2e2bed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FrontAdmin/src/routes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const routes = [
element: <FichaAlumno />,
},
{
path: 'estadisticas/*',
path: 'estadisticas/',
title: 'Estadísticas' /* para el tooltip*/,
element: <Estadisticas />,
rol: 'admin' /* para la activación de rutas segun el rol */,
Expand Down

0 comments on commit 2e2bed4

Please sign in to comment.