Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 committed Sep 10, 2024
1 parent bfcb597 commit b8b0bfe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const SearchComponentTemplate: React.FC<SearchComponentTemplateProps> = (
applicationCurrentPage: pagination.applicationCurrentPage,
});

navigate("/publication");
navigate("/publications");
};

const clearFilters = () => {
Expand Down

0 comments on commit b8b0bfe

Please sign in to comment.