Skip to content

Commit

Permalink
Fix budget key tab navigation (#2452)
Browse files Browse the repository at this point in the history
* Fix budget key tab navigation

- restore the collapsed property

* Add release note
  • Loading branch information
twk3 committed Mar 9, 2024
1 parent dc159d7 commit 998efb9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/desktop-client/src/components/budget/BudgetTable.jsx
Expand Up @@ -268,8 +268,10 @@ class BudgetTableInner extends Component {

const mapStateToProps = state => {
const { grouped: categoryGroups } = state.queries.categories;
const collapsed = state.prefs.local?.['budget.collapsed'] || [];
return {
categoryGroups,
collapsed,
};
};

Expand Down
6 changes: 6 additions & 0 deletions upcoming-release-notes/2452.md
@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [twk3]
---

Fix budget key tab navigation.

0 comments on commit 998efb9

Please sign in to comment.