From 4b3f1368a7b6f2b46882a30ccc5a4203c4f35042 Mon Sep 17 00:00:00 2001 From: Eduardo Quiros Date: Thu, 29 Jul 2021 22:35:19 -0600 Subject: [PATCH] rehabilitar el link de plantillas en el sidebar --- .../webapp/app/layouts/sidebar/sidebar.constants.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main/webapp/app/layouts/sidebar/sidebar.constants.ts b/src/main/webapp/app/layouts/sidebar/sidebar.constants.ts index 132e293..5c5d412 100644 --- a/src/main/webapp/app/layouts/sidebar/sidebar.constants.ts +++ b/src/main/webapp/app/layouts/sidebar/sidebar.constants.ts @@ -30,12 +30,12 @@ export const ADMIN_ROUTES: RouteInfo[] = [ type: 'link', icontype: 'nc-icon nc-paper', }, - // { - // path: '/plantilla', - // title: 'Plantillas', - // type: 'link', - // icontype: 'nc-icon nc-album-2', - // }, + { + path: '/plantilla', + title: 'Plantillas', + type: 'link', + icontype: 'nc-icon nc-album-2', + }, { path: '/categoria', title: 'Categorías',