diff --git a/frontend/pages/SoftwarePage/SoftwareTitles/SoftwareTable/SoftwareTable.tsx b/frontend/pages/SoftwarePage/SoftwareTitles/SoftwareTable/SoftwareTable.tsx index 8996791cd2..47686816f5 100644 --- a/frontend/pages/SoftwarePage/SoftwareTitles/SoftwareTable/SoftwareTable.tsx +++ b/frontend/pages/SoftwarePage/SoftwareTitles/SoftwareTable/SoftwareTable.tsx @@ -190,9 +190,9 @@ const SoftwareTable = ({ routeTemplate: "", queryParams: { query, - teamId, - orderDirection, - orderKey, + team_id: teamId, + order_direction: orderDirection, + order_key: orderKey, vulnerable: showVulnerableSoftware.toString(), page: 0, // resets page index },