mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Fleet] Fix show all agent tags when agent list is filtered (#205163)
## Summary Closes #164674 Remove `kuery` in request parameters to get all agents tags. 
This commit is contained in:
parent
6461b7e26a
commit
a92122425e
1 changed files with 0 additions and 1 deletions
|
@ -228,7 +228,6 @@ export function useFetchAgentsData() {
|
|||
full: false,
|
||||
}),
|
||||
sendGetAgentTags({
|
||||
kuery: kuery && kuery !== '' ? kuery : undefined,
|
||||
showInactive,
|
||||
}),
|
||||
sendGetActionStatus({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue