Skip to content

Commit

Permalink
fix!: Show correct Listing results on SVAP page
Browse files Browse the repository at this point in the history
[#OCD-4837]
  • Loading branch information
andlar committed Mar 6, 2025
1 parent 57f3940 commit 8b70570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/search/svap/svap-view.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ function ChplSvapSearchView() {
pageNumber,
pageSize,
sortDescending,
query: `certificationCriteriaIds=52&${filterContext.queryString()}`,
query: filterContext.queryString(),
});
const svapQuery = useFetchSvaps();

Expand Down

0 comments on commit 8b70570

Please sign in to comment.