Compare commits

...

2 Commits

Author SHA1 Message Date
Joel Jeremy Marquez
9f751c9cdc Release notes 2025-02-27 09:04:57 -08:00
Joel Jeremy Marquez
bc68b8d140 [Mobile] Fix delete category group 2025-02-27 09:03:36 -08:00
2 changed files with 7 additions and 1 deletions

View File

@@ -159,7 +159,7 @@ export function Budget() {
);
} else {
dispatch(collapseModals('category-group-menu'));
dispatch(deleteGroup(groupId));
dispatch(deleteGroup({ id: groupId }));
}
},
[categoryGroups, dispatch],

View File

@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [joel-jeremy]
---
[Mobile] Fix error on deletion of category group