We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7cde1f commit 7f50c73Copy full SHA for 7f50c73
packages/desktop-client/src/components/mobile/budget/index.tsx
@@ -159,7 +159,7 @@ export function Budget() {
159
);
160
} else {
161
dispatch(collapseModals('category-group-menu'));
162
- dispatch(deleteGroup(groupId));
+ dispatch(deleteGroup({ id: groupId }));
163
}
164
},
165
[categoryGroups, dispatch],
upcoming-release-notes/4469.md
@@ -0,0 +1,6 @@
1
+---
2
+category: Bugfix
3
+authors: [matt-fidd]
4
5
+
6
+Fix category group deletion on mobile
0 commit comments