Enable inline edit.

This commit is contained in:
James Cole
2024-01-21 19:36:56 +01:00
parent f045e4ea69
commit b4209f2e72
14 changed files with 111 additions and 28 deletions

View File

@@ -267,7 +267,7 @@ let transactions = function () {
this.groupProperties.id = parseInt(data.id);
this.groupProperties.transactionType = data.attributes.transactions[0].type.toLowerCase();
this.groupProperties.title = data.attributes.title ?? data.attributes.transactions[0].description;
this.entries = parseDownloadedSplits(data.attributes.transactions);
this.entries = parseDownloadedSplits(data.attributes.transactions, parseInt(data.id));
// remove waiting thing.
this.notifications.wait.show = false;