From 302199a554ffd849211d56728a5c5e10b731b6a6 Mon Sep 17 00:00:00 2001 From: enlineawork Date: Thu, 10 Sep 2026 13:02:15 -0300 Subject: [PATCH] fix(F6.1): keep field preparation inside inspections --- 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 b24b9ce..120150e 100644 --- a/web-v2/src/layout/AppLayout.tsx +++ b/web-v2/src/layout/AppLayout.tsx @@ -16,7 +16,6 @@ interface NavItem { const operational: NavItem[] = [ { to: '/', label: 'Inicio', icon: 'home', permission: 'dashboard.read' }, { to: '/inspecciones', label: 'Inspecciones', icon: 'clipboard', permission: 'inspections.read' }, - { to: '/preparacion-campo', label: 'Preparación de campo', icon: 'clipboard', permission: 'inspections.read' }, ]; const followUp: NavItem[] = [