fix: K) 관리자 - 위원회 일정관리) 경고창 후 페이지 안넘어가게 수정

thkim
thkim 2024-06-23 18:16:35 +09:00
parent fa2d2d6fd3
commit 8ea8a97301
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ function SchedulesEdit(props) {
}
if (formData.get('schdulBgnde') > formData.get('schdulEndde')) {
alert("종료일시는 시작일시보다 앞 설 수 없습니다.");
//return false;
return false;
}
return true;
}