mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-03-14 20:33:40 +00:00
fix: update password field binding in config modal and add test for saving password values
This commit is contained in:
parent
ffd1cf0d7e
commit
f42dc03247
2 changed files with 28 additions and 1 deletions
|
|
@ -240,7 +240,7 @@ new class extends Component
|
|||
<flux:description>{!! $safeDescription !!}</flux:description>
|
||||
<flux:input
|
||||
type="password"
|
||||
wire:model="local_configuration.{{ $fieldKey }}"
|
||||
wire:model="configuration.{{ $fieldKey }}"
|
||||
value="{{ $currentValue }}"
|
||||
viewable
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue