Minor updates

This commit is contained in:
James Cole
2024-09-28 08:09:36 +02:00
parent a013af5f0d
commit 28f65e9f44
5 changed files with 1239 additions and 366 deletions

View File

@@ -887,6 +887,7 @@ export default {
deleteTransaction: function (index, event) {
event.preventDefault();
console.log('Remove transaction.');
this.transactions.splice(index, 1);
},
limitSourceType: function (type) {