Fleet UI: Fix show versions toggle (#16716)

This commit is contained in:
RachelElysia 2024-02-09 15:00:09 -05:00 committed by GitHub
parent e4d5e27dd9
commit c2d7c61d92
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
},