This commit is contained in:
Andras Bacsai
2023-06-08 11:43:14 +02:00
parent 9767ca47ff
commit 127d42d873
12 changed files with 34 additions and 19 deletions

View File

@@ -32,7 +32,8 @@
@endif
</span>
</label>
<select {{ $attributes }} wire:model.defer={{ $id }}>
<select {{ $attributes }}
@if ($id) name={{ $id }} wire:model.defer={{ $id }} @endif>
{{ $slot }}
</select>

View File

@@ -41,7 +41,7 @@
</li>
@if (auth()->user()->isAdmin())
@if (auth()->user()->isInstanceAdmin())
<li title="Command Center">
<a class="hover:bg-transparent" @if (!request()->is('command-center')) href="/command-center" @endif>
<svg xmlns="http://www.w3.org/2000/svg"

View File

@@ -10,6 +10,5 @@
<button>Emails</button>
</a>
<div class="flex-1"></div>
<livewire:switch-team />
</nav>
</div>