From c2d7c61d92935bc027fad6fc5414266fb9811d4e Mon Sep 17 00:00:00 2001 From: RachelElysia <71795832+RachelElysia@users.noreply.github.com> Date: Fri, 9 Feb 2024 15:00:09 -0500 Subject: [PATCH] Fleet UI: Fix show versions toggle (#16716) --- .../SoftwareTitles/SoftwareTable/SoftwareTable.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 },