thkim
thkim 2024-01-22 14:00:52 +09:00
parent 37616477ae
commit 4f85ca9bf5
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ function EgovAdminScheduleList(props) {
}); });
useEffect(() => { useEffect(() => {
retrieveList(searchCondition); //retrieveList(searchCondition); disabled by thkim
// eslint-disable-next-line react-hooks/exhaustive-deps // eslint-disable-next-line react-hooks/exhaustive-deps
}, [searchCondition]); }, [searchCondition]);