Single event

This commit is contained in:
James Cole
2021-02-23 06:45:09 +01:00
parent 419c1a75dd
commit 09d751076e
15 changed files with 15 additions and 28 deletions

View File

@@ -216,7 +216,7 @@ export default {
},
watch: {
links: function (value) {
this.$emit('set-links', {index: this.index, field: 'links', value: lodashClonedeep(value)});
this.$emit('set-field', {index: this.index, field: 'links', value: lodashClonedeep(value)});
},
customFields: function (value) {
this.availableFields = value;