mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-04 20:11:54 +00:00
Single event
This commit is contained in:
@@ -84,7 +84,7 @@ export default {
|
||||
return this.dates[field] ?? '';
|
||||
},
|
||||
setFieldValue(event, field) {
|
||||
this.$emit('set-custom-date', {field: field, index: this.index, value: event.target.value});
|
||||
this.$emit('set-field', {field: field, index: this.index, value: event.target.value});
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user