From cca0cf740b692e080d578fa5bab08ebd21ac6773 Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Tue, 13 Jan 2026 20:08:09 +0530 Subject: [PATCH] feat: enable captain on sidebar --- .../dashboard/components-next/sidebar/Sidebar.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/javascript/dashboard/components-next/sidebar/Sidebar.vue b/app/javascript/dashboard/components-next/sidebar/Sidebar.vue index a0e83973d..81cb24b12 100644 --- a/app/javascript/dashboard/components-next/sidebar/Sidebar.vue +++ b/app/javascript/dashboard/components-next/sidebar/Sidebar.vue @@ -485,12 +485,12 @@ const menuItems = computed(() => { icon: 'i-lucide-briefcase', to: accountScopedRoute('general_settings_index'), }, - // { - // name: 'Settings Captain', - // label: t('SIDEBAR.CAPTAIN_AI'), - // icon: 'i-woot-captain', - // to: accountScopedRoute('captain_settings_index'), - // }, + { + name: 'Settings Captain', + label: t('SIDEBAR.CAPTAIN_AI'), + icon: 'i-woot-captain', + to: accountScopedRoute('captain_settings_index'), + }, { name: 'Settings Agents', label: t('SIDEBAR.AGENTS'),