mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 20:44:32 -05:00
Compare commits
2 Commits
pglite
...
fix-mobile
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9f751c9cdc | ||
|
|
bc68b8d140 |
@@ -159,7 +159,7 @@ export function Budget() {
|
|||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
dispatch(collapseModals('category-group-menu'));
|
dispatch(collapseModals('category-group-menu'));
|
||||||
dispatch(deleteGroup(groupId));
|
dispatch(deleteGroup({ id: groupId }));
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
[categoryGroups, dispatch],
|
[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