Skip to content
Snippets Groups Projects
Commit 538903f9 authored by HJ's avatar HJ :fire:
Browse files

fix selects in settings screen

parent c5a6f40d
No related branches found
No related tags found
2 merge requests!1711Update stable - 2.5.0 release,!1385Migration to Vue 3 (again)
Pipeline #39440 passed
......@@ -5,9 +5,9 @@
>
<slot />
<Select
:value="state"
:modelValue="state"
:disabled="disabled"
@change="update"
@update:modelValue="update"
>
<option
v-for="option in options"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment