mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 17:33:45 +00:00
Single event
This commit is contained in:
@@ -59,7 +59,7 @@ export default {
|
||||
},
|
||||
watch: {
|
||||
amount: function(value) {
|
||||
this.$emit('set-foreign-amount', {field: 'foreign_amount', index: this.index, value: value});
|
||||
this.$emit('set-field', {field: 'foreign_amount', index: this.index, value: value});
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
|
Reference in New Issue
Block a user