fix: .
parent
37616477ae
commit
4f85ca9bf5
|
|
@ -207,7 +207,7 @@ function EgovAdminScheduleList(props) {
|
|||
});
|
||||
|
||||
useEffect(() => {
|
||||
retrieveList(searchCondition);
|
||||
//retrieveList(searchCondition); disabled by thkim
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
}, [searchCondition]);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue