James Cole
2025-01-10 06:26:28 +01:00
parent d44cd50768
commit 115e3435af
11 changed files with 134 additions and 39 deletions

View File

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