diff --git a/egovframe-template-simple-react-contribution/src/pages/admin/contents/StandardResearch/StandardResearchEditor.jsx b/egovframe-template-simple-react-contribution/src/pages/admin/contents/StandardResearch/StandardResearchEditor.jsx index 7dacc1c..3cee0f3 100644 --- a/egovframe-template-simple-react-contribution/src/pages/admin/contents/StandardResearch/StandardResearchEditor.jsx +++ b/egovframe-template-simple-react-contribution/src/pages/admin/contents/StandardResearch/StandardResearchEditor.jsx @@ -234,7 +234,7 @@ function StandardResearchEditor(props) { (resp) => { if (Number(resp.resultCode) === Number(CODE.RCV_SUCCESS)) { alert("삭제 되었습니다."); - navigate(URL.ADMIN__CONTENTS__POP_UP ,{ replace: true }); + navigate(URL.ADMIN__CONTENTS__STANDARDS_RESEARCH ,{ replace: true }); } else { navigate({pathname: URL.ERROR}, {state: {msg : resp.resultMessage}}); } @@ -248,7 +248,7 @@ function StandardResearchEditor(props) { const onClickList = (e) => { const requestTask = () => { - navigate(URL.ADMIN__CONTENTS__POP_UP ,{ replace: true }); + navigate(URL.ADMIN__CONTENTS__STANDARDS_RESEARCH ,{ replace: true }); }; if( purpose !== purposeOriginal ) {