fix: agregar layout 'informe' a página metabase-debug
- Agregar definePageMeta con layout 'informe' - Mostrar sidebar y navegación correctamente - Mejorar consistencia con otras páginas del dashboard
This commit is contained in:
@@ -129,6 +129,11 @@
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
definePageMeta({
|
||||
layout: 'informe',
|
||||
title: 'Metabase Debug'
|
||||
})
|
||||
|
||||
const loading = ref(false)
|
||||
const error = ref<string | null>(null)
|
||||
const cards = ref<any[]>([])
|
||||
|
||||
Reference in New Issue
Block a user