diff --git a/app/pages/debug/index.vue b/app/pages/debug/index.vue index 5beda17..bd3191e 100644 --- a/app/pages/debug/index.vue +++ b/app/pages/debug/index.vue @@ -121,12 +121,12 @@ watch(instanceOptions, (opts) => { }, { immediate: true }) const tabs = [ - { label: 'Blocklist', value: 'blocklist', icon: 'i-lucide-ban' }, - { label: 'Privacy', value: 'privacy', icon: 'i-lucide-shield' }, - { label: 'Groups', value: 'groups', icon: 'i-lucide-users' }, - { label: 'History', value: 'history', icon: 'i-lucide-history' }, - { label: 'Chat', value: 'chat', icon: 'i-lucide-message-circle' }, - { label: 'Media', value: 'media', icon: 'i-lucide-image' }, + { label: 'Blocklist', slot: 'blocklist', icon: 'i-lucide-ban' }, + { label: 'Privacy', slot: 'privacy', icon: 'i-lucide-shield' }, + { label: 'Groups', slot: 'groups', icon: 'i-lucide-users' }, + { label: 'History', slot: 'history', icon: 'i-lucide-history' }, + { label: 'Chat', slot: 'chat', icon: 'i-lucide-message-circle' }, + { label: 'Media', slot: 'media', icon: 'i-lucide-image' }, ] const handleResponse = (response: any) => {