Clean up formatting of locale form and dropdowns (#186)

This commit is contained in:
hackerESQ
2026-03-18 20:23:51 -05:00
committed by GitHub
parent 67396b23f1
commit eaaa218582
2 changed files with 3 additions and 3 deletions
@@ -154,7 +154,7 @@ new class extends Component
<x-slot:actions>
@if (auth()->user()->id != $user->id)
<x-ui.select
class="select select-ghost border-none focus:outline-none focus:ring-0"
class="cursor-pointer select-ghost border-none focus:outline-none focus:ring-0"
:options="[['id' => 0, 'name' => __('Read only')], ['id' => 1, 'name' => __('Full access')]]"
wire:model.live.number="permissions.{{ $user->id }}.full_access"
/>