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
@@ -69,7 +69,7 @@ new class extends Component
<div class="col-span-6 sm:col-span-4">
<x-ui.select
label="{{ __('Locale') }}"
class="select block mt-1 w-full"
class=""
:options="config('app.available_locales')"
option-value="locale"
option-label="label"
@@ -84,7 +84,7 @@ new class extends Component
<div class="col-span-6 sm:col-span-4">
<x-ui.select
label="{{ __('Display Currency') }}"
class="select block mt-1 w-full"
class=""
:options="$currencies"
option-value="currency"
option-label="label"