fix tags selection in groups

This commit is contained in:
Matteo Pagliazzi
2018-01-18 17:39:50 +01:00
parent 663b794435
commit 6d8407ff94

View File

@@ -29,9 +29,9 @@
type="checkbox",
:checked="isTagSelected(tag)",
@change="toggleTag(tag)",
:id="`tag-${tagIndex}`",
:id="`tag-${tagsType.key}-${tagIndex}`",
)
label.custom-control-label(:for="`tag-${tagIndex}`") {{ tag.name }}
label.custom-control-label(:for="`tag-${tagsType.key}-${tagIndex}`") {{ tag.name }}
.filter-panel-footer.clearfix
template(v-if="editingTags === true")