diff --git a/egovframe-template-simple-react-contribution/src/pages/admin/schedule/EgovAdminScheduleList.jsx b/egovframe-template-simple-react-contribution/src/pages/admin/schedule/EgovAdminScheduleList.jsx index 42ec74b..102a467 100644 --- a/egovframe-template-simple-react-contribution/src/pages/admin/schedule/EgovAdminScheduleList.jsx +++ b/egovframe-template-simple-react-contribution/src/pages/admin/schedule/EgovAdminScheduleList.jsx @@ -207,7 +207,7 @@ function EgovAdminScheduleList(props) { }); useEffect(() => { - retrieveList(searchCondition); + //retrieveList(searchCondition); disabled by thkim // eslint-disable-next-line react-hooks/exhaustive-deps }, [searchCondition]);