mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-17 15:18:05 +00:00
Better event.
This commit is contained in:
@@ -93,7 +93,7 @@ export default {
|
||||
},
|
||||
watch: {
|
||||
category: function (value) {
|
||||
this.$emit('set-category', value);
|
||||
this.$emit('set-category', {field: 'category', index: this.index, value: value});
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
|
||||
Reference in New Issue
Block a user