mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-19 08:00:19 +00:00
Fix #4562
This commit is contained in:
@@ -77,6 +77,9 @@ export default {
|
||||
for (let key in data.data) {
|
||||
if (data.data.hasOwnProperty(key) && /^0$|^[1-9]\d*$/.test(key) && key <= 4294967294) {
|
||||
let current = data.data[key];
|
||||
if(!current.attributes.active) {
|
||||
continue;
|
||||
}
|
||||
this.budgetList.push(
|
||||
{
|
||||
id: parseInt(current.id),
|
||||
|
||||
Reference in New Issue
Block a user