Skip to content

Commit

Permalink
applies correct query param to filter projects by name
Browse files Browse the repository at this point in the history
  • Loading branch information
andresgnlez committed Dec 5, 2024
1 parent e4b6176 commit 34b718e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ export function OverviewTable() {
costRangeSelector: filters.costRangeSelector,
pageNumber: pagination.pageIndex + 1,
pageSize: pagination.pageSize,
partialProjectName: filters.keyword,
},
},
{
Expand Down

0 comments on commit 34b718e

Please sign in to comment.