Skip to content

Commit

Permalink
minor fix.
Browse files Browse the repository at this point in the history
Signed-off-by: krishna2323 <belivethatkg@gmail.com>
Krishna2323 committed Oct 3, 2024
1 parent 531709d commit 72750b6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -74,7 +74,6 @@ function WorkspaceCategoriesSettingsPage({policy, route}: WorkspaceCategoriesSet
}
if (categoryID !== selectedCategory.keyForList) {
Policy.setWorkspaceDefaultSpendCategory(policyID, groupID, selectedCategory.keyForList);
return;
}
setIsSelectorModalVisible(false);
};

0 comments on commit 72750b6

Please sign in to comment.