Skip to content

Commit

Permalink
Merge branch 'feat/4312-search-bar-replace-tablewzapi' of https://git…
Browse files Browse the repository at this point in the history
…hub.com/wazuh/wazuh-kibana-app into feat/4312-replace-search-bar-agent-inventory
  • Loading branch information
Desvelao committed Aug 10, 2023
2 parents b8bf9e3 + df8a8d3 commit 5a894a5
Show file tree
Hide file tree
Showing 5 changed files with 121 additions and 114 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ export class InventoryTable extends Component {
try {
return await getFilterValues(
field,
currentValue,
agentID,
{
...(currentValue ? { q: `${field}~${currentValue}` } : {}),
Expand Down
Loading

0 comments on commit 5a894a5

Please sign in to comment.