Skip to content

Commit

Permalink
Update x-pack/plugins/fleet/public/applications/fleet/sections/agents…
Browse files Browse the repository at this point in the history
…/agent_details_page/components/agent_logs/query_bar.tsx

Co-authored-by: Nicolas Chaulet <[email protected]>
  • Loading branch information
mattkime and nchaulet authored Apr 5, 2022
1 parent 28b0909 commit e594b32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const LogQueryBar: React.FunctionComponent<{
title: AGENT_LOG_INDEX_PATTERN,
fields: indexPatternFields,
},
] as unknown as DataView[])
] as DataView[])
: []
}
query={{
Expand Down

0 comments on commit e594b32

Please sign in to comment.