mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Fleet UI: Fix show versions toggle (#16716)
This commit is contained in:
parent
e4d5e27dd9
commit
c2d7c61d92
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue