mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-05 03:52:59 +00:00
Better event.
This commit is contained in:
@@ -216,9 +216,7 @@ export default {
|
||||
},
|
||||
watch: {
|
||||
links: function (value) {
|
||||
// TODO
|
||||
this.$emit('set-links', lodashClonedeep(value));
|
||||
//this.updateField({index: this.index, field: 'links', value: lodashClonedeep(value)});
|
||||
this.$emit('set-links', {index: this.index, field: 'links', value: lodashClonedeep(value)});
|
||||
},
|
||||
customFields: function (value) {
|
||||
this.availableFields = value;
|
||||
|
Reference in New Issue
Block a user