mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-09 11:42:54 -05:00
Compare commits
2 Commits
sync-serve
...
fix-mobile
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9f751c9cdc | ||
|
|
bc68b8d140 |
@@ -159,7 +159,7 @@ export function Budget() {
|
||||
);
|
||||
} else {
|
||||
dispatch(collapseModals('category-group-menu'));
|
||||
dispatch(deleteGroup(groupId));
|
||||
dispatch(deleteGroup({ id: groupId }));
|
||||
}
|
||||
},
|
||||
[categoryGroups, dispatch],
|
||||
|
||||
6
upcoming-release-notes/4470.md
Normal file
6
upcoming-release-notes/4470.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [joel-jeremy]
|
||||
---
|
||||
|
||||
[Mobile] Fix error on deletion of category group
|
||||
Reference in New Issue
Block a user