Skip to content

Commit e1d1fce

Browse files
[6.x] Global site selector should only be visible when you have > 1 site (#12655)
1 parent d518724 commit e1d1fce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/js/components/global-header/SiteSelector.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<div class="flex h-full items-center animate-in fade-in duration-750 fill-mode-forwards" data-ui-global-site-selector>
2+
<div v-if="sites.length > 1" class="flex h-full items-center animate-in fade-in duration-750 fill-mode-forwards" data-ui-global-site-selector>
33
<Select
44
:model-value="active"
55
:options="sites"

0 commit comments

Comments
 (0)