fix checkboxes, specifically the NSFW one
This commit is contained in:
parent
9793002070
commit
4539feed40
9 changed files with 14 additions and 17 deletions
|
@ -14,7 +14,7 @@
|
|||
:id="name + '-o'"
|
||||
class="opt exlcude-disabled"
|
||||
type="checkbox"
|
||||
:checked="present"
|
||||
:modelValue="present"
|
||||
@input="$emit('update:modelValue', typeof value === 'undefined' ? fallback : undefined)"
|
||||
>
|
||||
<label
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue