mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
fix tags selection in groups
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user