diff --git a/egovframe-template-simple-react-contribution/src/pages/admin/committee/Schedules/Edit.jsx b/egovframe-template-simple-react-contribution/src/pages/admin/committee/Schedules/Edit.jsx index ddaf9d5..3da37cc 100644 --- a/egovframe-template-simple-react-contribution/src/pages/admin/committee/Schedules/Edit.jsx +++ b/egovframe-template-simple-react-contribution/src/pages/admin/committee/Schedules/Edit.jsx @@ -252,11 +252,10 @@ function SchedulesEdit(props) { if (formData.get('contents') === null ||formData.get('contents') === "") { alert("내용을 입력해 주세요."); return false; - } - + } if (formData.get('schdulBgnde') > formData.get('schdulEndde')) { alert("종료일시는 시작일시보다 앞 설 수 없습니다."); - return false; + //return false; } return true; } @@ -434,7 +433,10 @@ function SchedulesEdit(props) { - 삭제 + {modeInfo.mode === CODE.MODE_MODIFY && + 삭제 + } +