mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-26 02:40:43 -06:00
Submit was broken.
This commit is contained in:
parent
f2073a4494
commit
5b60db120f
@ -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
Loading…
Reference in New Issue
Block a user