Browse Source

비행이력현황 콘솔에러 수정

pull/2/head
이학준 2 years ago
parent
commit
f0985be945
  1. 2
      src/components/analysis/history/AnalysisHistorySearch.js

2
src/components/analysis/history/AnalysisHistorySearch.js

@ -178,7 +178,7 @@ export const AnalysisHistorySearch = props => {
value={props.params.search1} value={props.params.search1}
type='email' type='email'
id='search1' id='search1'
size='sm' bsSize='sm'
onKeyPress={props.onKeyPress} onKeyPress={props.onKeyPress}
onChange={e => onChange={e =>
props.handlerInput('search1', e.target.value) props.handlerInput('search1', e.target.value)

Loading…
Cancel
Save