mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-03-14 20:33:40 +00:00
fix(#164): update timezone selection value retrieval in config modal
Some checks failed
tests / ci (push) Has been cancelled
Some checks failed
tests / ci (push) Has been cancelled
This commit is contained in:
parent
297a17d00b
commit
01704bac94
1 changed files with 1 additions and 1 deletions
|
|
@ -264,7 +264,7 @@ new class extends Component
|
||||||
<flux:description>{!! $safeDescription !!}</flux:description>
|
<flux:description>{!! $safeDescription !!}</flux:description>
|
||||||
<flux:select
|
<flux:select
|
||||||
wire:model="configuration.{{ $fieldKey }}"
|
wire:model="configuration.{{ $fieldKey }}"
|
||||||
value="{{ $field['value'] }}"
|
value="{{ Arr::get($field, 'value') }}"
|
||||||
>
|
>
|
||||||
<option value="">Select timezone...</option>
|
<option value="">Select timezone...</option>
|
||||||
@foreach(timezone_identifiers_list() as $timezone)
|
@foreach(timezone_identifiers_list() as $timezone)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue