Skip to content

Commit

Permalink
adding hidden to desktop-client create
Browse files Browse the repository at this point in the history
  • Loading branch information
ioslife committed Dec 11, 2023
1 parent 95208d1 commit 8ad67d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/desktop-client/src/components/budget/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ function Budget(props: BudgetProps) {
category.name,
category.cat_group,
category.is_income,
category.hidden,
);

setNewCategoryForGroup(null);
Expand Down

0 comments on commit 8ad67d2

Please sign in to comment.