Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
katrin-freihofner committed Aug 17, 2021
1 parent 15358f0 commit 7b825a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/data/public/ui/search_bar/search_bar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export interface SearchBarOwnProps {
nonKqlMode?: 'lucene' | 'text';
nonKqlModeHelpText?: string;
// defines padding; use 'inPage' to avoid extra padding; use 'detached' if the searchBar appears at the very top of the view, without any wrapper
displayStyle: 'inPage' | 'detached';
displayStyle?: 'inPage' | 'detached';
}

export type SearchBarProps = SearchBarOwnProps & SearchBarInjectedDeps;
Expand Down

0 comments on commit 7b825a5

Please sign in to comment.