mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 07:37:25 +01:00
fix tags selection in groups
This commit is contained in:
@@ -29,9 +29,9 @@
|
|||||||
type="checkbox",
|
type="checkbox",
|
||||||
:checked="isTagSelected(tag)",
|
:checked="isTagSelected(tag)",
|
||||||
@change="toggleTag(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
|
.filter-panel-footer.clearfix
|
||||||
template(v-if="editingTags === true")
|
template(v-if="editingTags === true")
|
||||||
|
|||||||
Reference in New Issue
Block a user