From d925729444922613e9206d3b35136df130258ba9 Mon Sep 17 00:00:00 2001 From: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> Date: Mon, 27 Jan 2025 13:19:48 +0530 Subject: [PATCH] chore: Disable account switcher for single-account users (#10768) --- .../sidebar/SidebarAccountSwitcher.vue | 23 +++++++++++++++---- .../dashboard/i18n/locale/en/settings.json | 2 +- 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/app/javascript/dashboard/components-next/sidebar/SidebarAccountSwitcher.vue b/app/javascript/dashboard/components-next/sidebar/SidebarAccountSwitcher.vue index f232faeab..e3b20897f 100644 --- a/app/javascript/dashboard/components-next/sidebar/SidebarAccountSwitcher.vue +++ b/app/javascript/dashboard/components-next/sidebar/SidebarAccountSwitcher.vue @@ -1,4 +1,5 @@