Skip to content

Commit

Permalink
[Fleet] Fix show all agent tags when agent list is filtered (elastic#…
Browse files Browse the repository at this point in the history
…205163)

## Summary

Closes elastic#164674 

Remove `kuery` in request parameters to get all agents tags.


![image](https://github.com/user-attachments/assets/229ac48b-e33e-4c2d-8062-04ce6dc86c2a)
  • Loading branch information
viajes7 authored and CAWilson94 committed Jan 10, 2025
1 parent 9cf1706 commit 1d4f385
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ export function useFetchAgentsData() {
full: false,
}),
sendGetAgentTags({
kuery: kuery && kuery !== '' ? kuery : undefined,
showInactive,
}),
sendGetActionStatus({
Expand Down

0 comments on commit 1d4f385

Please sign in to comment.