mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-05 20:10:57 +00:00
Single event
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user