diff --git a/app/javascript/dashboard/components-next/sidebar/Sidebar.vue b/app/javascript/dashboard/components-next/sidebar/Sidebar.vue index ca5f8b17e..c3409b9cb 100644 --- a/app/javascript/dashboard/components-next/sidebar/Sidebar.vue +++ b/app/javascript/dashboard/components-next/sidebar/Sidebar.vue @@ -42,6 +42,8 @@ const isFeatureEnabledonAccount = useMapGetter( 'accounts/isFeatureEnabledonAccount' ); +const globalConfig = useMapGetter('globalConfig/get'); + const showV4Routes = computed(() => { return isFeatureEnabledonAccount.value( currentAccountId.value, @@ -525,7 +527,12 @@ const menuItems = computed(() => {
- + +
{ slate faded :label="selectedTeamLabel" - class="rounded-md group-hover:bg-n-alpha-2" + class="capitalize rounded-md group-hover:bg-n-alpha-2" @click="toggleDropdown()" />