Skip to content

Commit

Permalink
[Mobile] Fix delete category group
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-jeremy committed Feb 27, 2025
1 parent 398ada0 commit bc68b8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export function Budget() {
);
} else {
dispatch(collapseModals('category-group-menu'));
dispatch(deleteGroup(groupId));
dispatch(deleteGroup({ id: groupId }));
}
},
[categoryGroups, dispatch],
Expand Down

0 comments on commit bc68b8d

Please sign in to comment.