diff --git a/src/components/analysis/history/AnalysisHistorySearch.js b/src/components/analysis/history/AnalysisHistorySearch.js index 1d23c06a..4e8f31f5 100644 --- a/src/components/analysis/history/AnalysisHistorySearch.js +++ b/src/components/analysis/history/AnalysisHistorySearch.js @@ -178,7 +178,7 @@ export const AnalysisHistorySearch = props => { value={props.params.search1} type='email' id='search1' - size='sm' + bsSize='sm' onKeyPress={props.onKeyPress} onChange={e => props.handlerInput('search1', e.target.value)