mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-25 14:58:40 +00:00
Fix #2881
This commit is contained in:
2
public/v1/js/app.js
vendored
2
public/v1/js/app.js
vendored
File diff suppressed because one or more lines are too long
@@ -623,11 +623,14 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
// unique some things
|
// unique some things
|
||||||
|
if (typeof this.transactions[transactionIndex] !== 'undefined') {
|
||||||
this.transactions[transactionIndex].errors.source_account =
|
this.transactions[transactionIndex].errors.source_account =
|
||||||
Array.from(new Set(this.transactions[transactionIndex].errors.source_account));
|
Array.from(new Set(this.transactions[transactionIndex].errors.source_account));
|
||||||
this.transactions[transactionIndex].errors.destination_account =
|
this.transactions[transactionIndex].errors.destination_account =
|
||||||
Array.from(new Set(this.transactions[transactionIndex].errors.destination_account));
|
Array.from(new Set(this.transactions[transactionIndex].errors.destination_account));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
resetTransactions: function () {
|
resetTransactions: function () {
|
||||||
|
Reference in New Issue
Block a user