Skip to content

Commit

Permalink
Update x-pack/plugins/fleet/public/applications/fleet/components/sear…
Browse files Browse the repository at this point in the history
…ch_bar.tsx

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

0 comments on commit 28b0909

Please sign in to comment.