Skip to content
Snippets Groups Projects
Unverified Commit 998efb94 authored by DJ Mountney's avatar DJ Mountney Committed by GitHub
Browse files

Fix budget key tab navigation (#2452)

* Fix budget key tab navigation

- restore the collapsed property

* Add release note
parent dc159d71
No related branches found
No related tags found
No related merge requests found
...@@ -268,8 +268,10 @@ class BudgetTableInner extends Component { ...@@ -268,8 +268,10 @@ class BudgetTableInner extends Component {
const mapStateToProps = state => { const mapStateToProps = state => {
const { grouped: categoryGroups } = state.queries.categories; const { grouped: categoryGroups } = state.queries.categories;
const collapsed = state.prefs.local?.['budget.collapsed'] || [];
return { return {
categoryGroups, categoryGroups,
collapsed,
}; };
}; };
......
---
category: Bugfix
authors: [twk3]
---
Fix budget key tab navigation.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment