mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-22 12:04:00 +00:00
Submit was broken.
This commit is contained in:
@@ -447,7 +447,8 @@ export default {
|
||||
}
|
||||
}
|
||||
},
|
||||
addTransaction: function () {
|
||||
addTransaction: function (event) {
|
||||
event.preventDefault();
|
||||
let newTransaction = getDefaultTransaction();
|
||||
newTransaction.errors = getDefaultErrors();
|
||||
this.transactions.push(newTransaction);
|
||||
|
Reference in New Issue
Block a user