Skip to content

Commit

Permalink
unselect all
Browse files Browse the repository at this point in the history
  • Loading branch information
luacmartins committed Mar 15, 2024
1 parent 1f232f2 commit 8970879
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/workspace/categories/WorkspaceCategoriesPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ function WorkspaceCategoriesPage({policy, policyCategories, route}: WorkspaceCat
);

const navigateToCategorySettings = (category: PolicyOption) => {
setSelectedCategories({});
Navigation.navigate(ROUTES.WORKSPACE_CATEGORY_SETTINGS.getRoute(route.params.policyID, category.keyForList));
};

Expand Down

0 comments on commit 8970879

Please sign in to comment.