diff --git a/website/client/components/group-plans/taskInformation.vue b/website/client/components/group-plans/taskInformation.vue index 2535712b79..d3a1753a5c 100644 --- a/website/client/components/group-plans/taskInformation.vue +++ b/website/client/components/group-plans/taskInformation.vue @@ -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")