fix: .
parent
37616477ae
commit
4f85ca9bf5
|
|
@ -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]);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue