mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-10 12:24:50 +00:00
Single event
This commit is contained in:
@@ -86,7 +86,7 @@ export default {
|
||||
},
|
||||
watch: {
|
||||
description: function (value) {
|
||||
this.$emit('set-description', {field: 'description', index: this.index, value: value});
|
||||
this.$emit('set-field', {field: 'description', index: this.index, value: value});
|
||||
//
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user