mirror of
https://github.com/tiennm99/coolify.git
synced 2026-09-10 04:19:42 +00:00
refactor(switch-team): remove label from team selection component for cleaner UI
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<x-forms.select wire:model.live="selectedTeamId" label="Current Team">
|
||||
<x-forms.select wire:model.live="selectedTeamId">
|
||||
<option value="default" disabled selected>Switch team</option>
|
||||
@foreach (auth()->user()->teams as $team)
|
||||
<option value="{{ $team->id }}">{{ $team->name }}</option>
|
||||
|
||||
Reference in New Issue
Block a user