🐛 fix nordigen sync bug (#1289)

This commit is contained in:
Matiss Janis Aboltins
2023-07-05 20:14:09 +01:00
committed by GitHub
parent 20825d66fe
commit 2cc40cbff9
3 changed files with 8 additions and 1 deletions

View File

@@ -1158,7 +1158,7 @@ const BudgetCategories = memo(
});
} else if (state === 'end') {
setDragState(null);
setCollapsed(savedCollapsed);
setCollapsed(savedCollapsed || []);
}
}

View File

@@ -43,6 +43,7 @@ export function sync() {
if ('error' in result) {
return { error: result.error };
}
return {};
}
};
}

View File

@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [MatissJanis]
---
Fix Nordigen sync issue; fix sorting of budget categories