feat: remove maintenance badge from data explorer in sidebar
This commit is contained in:
@@ -258,8 +258,7 @@ const navigationPrimary = computed<NavigationMenuItem[]>(() => [
|
||||
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',
|
||||
|
||||
Reference in New Issue
Block a user