This commit is contained in:
2020-10-08 15:12:30 +00:00
parent ef5027fae1
commit 796f44de84

View File

@@ -107,7 +107,7 @@ export default {
methods: {
addTag() {
let theTag = this.tagSearchEntry;
theTag = window.$gz.util.normalizeTag(theTag);
theTag = this.normalizeTag(theTag);
//Maybe need to make sure there are no existing of the same tag? Although that shouldn't be possible technically
this.sourcetags.push(theTag);
this.value.push(theTag);