We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d518724 commit e1d1fceCopy full SHA for e1d1fce
1 file changed
resources/js/components/global-header/SiteSelector.vue
@@ -1,5 +1,5 @@
1
<template>
2
- <div class="flex h-full items-center animate-in fade-in duration-750 fill-mode-forwards" data-ui-global-site-selector>
+ <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>
3
<Select
4
:model-value="active"
5
:options="sites"
0 commit comments