Skip to content

Commit

Permalink
Merge pull request #3031 from Infisical/project-list-pagination-fix
Browse files Browse the repository at this point in the history
Fix: Project List/Grid Pagination Behavior
  • Loading branch information
scott-ray-wilson authored Jan 23, 2025
2 parents 235a33a + dd6c217 commit 89c6ab5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export const ProductOverviewPage = ({ type }: Props) => {
return {
workspacesWithFaveProp: workspacesWithFav
};
}, [filteredWorkspaces, projectFavorites]);
}, [filteredWorkspaces, projectFavorites, offset, limit, page]);

const addProjectToFavorites = async (projectId: string) => {
try {
Expand Down

0 comments on commit 89c6ab5

Please sign in to comment.