mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-24 22:48:18 +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();
|
let newTransaction = getDefaultTransaction();
|
||||||
newTransaction.errors = getDefaultErrors();
|
newTransaction.errors = getDefaultErrors();
|
||||||
this.transactions.push(newTransaction);
|
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