mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-17 09:22:19 +00:00
fix tags selection in groups
This commit is contained in:
parent
663b794435
commit
6d8407ff94
1 changed files with 2 additions and 2 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue