This commit is contained in:
Matteo Pagliazzi 2018-02-27 22:24:31 +01:00 committed by GitHub
parent 3e723ec4de
commit 5e5d73816b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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