diff --git a/app/javascript/dashboard/components-next/copilot/CopilotLauncher.vue b/app/javascript/dashboard/components-next/copilot/CopilotLauncher.vue index f947cce67..c0766f382 100644 --- a/app/javascript/dashboard/components-next/copilot/CopilotLauncher.vue +++ b/app/javascript/dashboard/components-next/copilot/CopilotLauncher.vue @@ -42,6 +42,7 @@ const showCopilotLauncher = computed(() => { const toggleSidebar = () => { updateUISettings({ is_copilot_panel_open: !uiSettings.value.is_copilot_panel_open, + is_contact_sidebar_open: false, }); };