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

fix expert mode checkbox not working

parent 1187727b
No related branches found
No related tags found
2 merge requests!1711Update stable - 2.5.0 release,!1385Migration to Vue 3 (again)
Pipeline #39408 failed
......@@ -111,7 +111,7 @@
</template>
</Popover>
<Checkbox v-model="expertLevel">
<Checkbox :checked="!!expertLevel" @change="expertLevel = Number($event)">
{{ $t("settings.expert_mode") }}
</Checkbox>
</div>
......
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