diff --git a/src/components/EnhancedSearch.js b/src/components/EnhancedSearch.js index e2cc4f6..63553b0 100644 --- a/src/components/EnhancedSearch.js +++ b/src/components/EnhancedSearch.js @@ -49,20 +49,28 @@ class EnhancedSearch extends Component {
- onUpdateQuery(event.target.value)} - InputProps={{ - startAdornment: , - }} - /> - {textComponent} + + + + + + + +
+ onUpdateQuery(event.target.value)} + InputProps={{ + startAdornment: , + }} + /> + {textComponent}

{this.props.showSearchColumns && this.props.columns.map(column => (