This commit is contained in:
@@ -107,7 +107,7 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
addTag() {
|
addTag() {
|
||||||
let theTag = this.tagSearchEntry;
|
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
|
//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.sourcetags.push(theTag);
|
||||||
this.value.push(theTag);
|
this.value.push(theTag);
|
||||||
|
|||||||
Reference in New Issue
Block a user