fix: option element selection
This commit is contained in:
parent
1048498ceb
commit
a06dc88f84
2 changed files with 5 additions and 0 deletions
|
@ -202,6 +202,7 @@
|
|||
</div>
|
||||
|
||||
<div class="card">
|
||||
{{ user.settings.theme_preference }}
|
||||
<select
|
||||
onchange="set_setting_field('theme_preference', event.target.selectedOptions[0].value)"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue