diff --git a/src/containers/analysis/history/AnalysisHistoryContainer.js b/src/containers/analysis/history/AnalysisHistoryContainer.js index dfeda6fe..0b197e0e 100644 --- a/src/containers/analysis/history/AnalysisHistoryContainer.js +++ b/src/containers/analysis/history/AnalysisHistoryContainer.js @@ -87,9 +87,9 @@ export const AnalysisHistoryContainer = props => { }); }, [searchData.groupId]); - useEffect(() => { - handlerGroupCancel(); - }, []); + // useEffect(() => { + // handlerGroupCancel(); + // }, []); const onKeyPress = e => { if (e.key == 'Enter') {