diff --git a/website/client/components/tasks/user.vue b/website/client/components/tasks/user.vue index 62f65496ec..f941c6037d 100644 --- a/website/client/components/tasks/user.vue +++ b/website/client/components/tasks/user.vue @@ -410,7 +410,7 @@ export default { this.$delete(this.tagsSnap[key], index); }, saveTags () { - if (this.newTag) this.addTag(); + if (this.newTag) this.addTag(null, 'tags'); this.tagsByType.user.tags = this.tagsSnap.tags; this.tagsByType.challenges.tags = this.tagsSnap.challenges;