Skip to content

Commit

Permalink
[Infrastructure UI] Set unified search bar displayStyle to 'inPage' o…
Browse files Browse the repository at this point in the history
…n hosts page (#146671)

Closes: #146670 

## Summary

This PR fixes the unified search bar size on the host view page.
  • Loading branch information
jennypavlova committed Nov 30, 2022
1 parent 2cb675d commit 93d5d38
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -76,6 +76,7 @@ export const UnifiedSearchBar = ({ dataView }: Props) => {
showSaveQuery
showQueryInput
onFiltersUpdated={onFilterChange}
displayStyle="inPage"
/>
<ControlsContent
timeRange={unifiedSearchDateRange}
Expand Down

0 comments on commit 93d5d38

Please sign in to comment.