mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-03 19:41:54 +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);
|
||||
|
||||
2
public/v2/js/transactions/edit.js
vendored
2
public/v2/js/transactions/edit.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user