This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user