mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fix #3768
This commit is contained in:
@@ -529,6 +529,8 @@ export default {
|
||||
// console.log('Now incollectAttachmentData()');
|
||||
let groupId = response.data.data.id;
|
||||
|
||||
// reverse list of transactions?
|
||||
response.data.data.attributes.transactions = response.data.data.attributes.transactions.reverse();
|
||||
// array of all files to be uploaded:
|
||||
let toBeUploaded = [];
|
||||
|
||||
|
Reference in New Issue
Block a user