mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-04 04:59:40 +00:00
parent
3e723ec4de
commit
5e5d73816b
1 changed files with 2 additions and 2 deletions
|
|
@ -13,8 +13,8 @@
|
|||
:key="group.key",
|
||||
)
|
||||
.custom-control.custom-checkbox
|
||||
input.custom-control-input(type="checkbox", v-model="viewOptions[group.key].selected", :id="group.key")
|
||||
label.custom-control-label(v-once, :for="group.key") {{ group.label }}
|
||||
input.custom-control-input(type="checkbox", v-model="viewOptions[group.key].selected", :id="groupBy + group.key")
|
||||
label.custom-control-label(v-once, :for="groupBy + group.key") {{ group.label }}
|
||||
|
||||
.standard-page
|
||||
.clearfix
|
||||
|
|
|
|||
Loading…
Reference in a new issue