Browse Source

비행이력현황 그룹선택 초기화 롤백

pull/2/head
이준희 2 years ago
parent
commit
84eca90e02
  1. 6
      src/containers/analysis/history/AnalysisHistoryContainer.js

6
src/containers/analysis/history/AnalysisHistoryContainer.js

@ -87,9 +87,9 @@ export const AnalysisHistoryContainer = props => {
}); });
}, [searchData.groupId]); }, [searchData.groupId]);
useEffect(() => { // useEffect(() => {
handlerGroupCancel(); // handlerGroupCancel();
}, []); // }, []);
const onKeyPress = e => { const onKeyPress = e => {
if (e.key == 'Enter') { if (e.key == 'Enter') {

Loading…
Cancel
Save