From 87dec62ee171e554095eb103c773bcee9e471041 Mon Sep 17 00:00:00 2001 From: josedario87 Date: Mon, 13 Oct 2025 18:35:07 -0600 Subject: [PATCH] feat: remove maintenance badge from data explorer in sidebar --- nuxt4-app/app/components/app/AppSidebar.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nuxt4-app/app/components/app/AppSidebar.vue b/nuxt4-app/app/components/app/AppSidebar.vue index ecce0e5..b827938 100644 --- a/nuxt4-app/app/components/app/AppSidebar.vue +++ b/nuxt4-app/app/components/app/AppSidebar.vue @@ -258,8 +258,7 @@ const navigationPrimary = computed(() => [ label: 'Explorador de datos', icon: 'i-lucide-table', to: '/explorer', - active: route.path === '/explorer', - badge: { label: 'Mantenimiento', color: 'amber' } + active: route.path === '/explorer' }, { label: 'Metadatos',