From 4902e97b5140b1fc7a15b297f6b87ea87574fe32 Mon Sep 17 00:00:00 2001 From: enlineawork Date: Mon, 7 Sep 2026 10:20:14 -0300 Subject: [PATCH] =?UTF-8?q?F3.1=20WEB:=20retirar=20Relevamientos=20de=20na?= =?UTF-8?q?vegaci=C3=B3n=20activa?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web-v2/src/layout/AppLayout.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/web-v2/src/layout/AppLayout.tsx b/web-v2/src/layout/AppLayout.tsx index 72bdae1..dd5c1c7 100644 --- a/web-v2/src/layout/AppLayout.tsx +++ b/web-v2/src/layout/AppLayout.tsx @@ -33,7 +33,6 @@ const master: NavItem[] = [ { to: '/inventarios', label: 'Inventarios', icon: 'layers', permission: 'assets.read' }, { to: '/mapa', label: 'Mapa', icon: 'map', permission: 'assets.read' }, { to: '/importaciones', label: 'Importaciones', icon: 'upload', permission: 'asset_imports.read' }, - { to: '/relevamiento', label: 'Relevamientos', icon: 'clipboard', permission: 'surveys.read' }, ]; const administration: NavItem[] = [