Skip to content
Snippets Groups Projects
Commit eab7fc8c authored by Min Dong Hyeun's avatar Min Dong Hyeun
Browse files

[EDIT]참가인원이 다 찬경우

parent 2407d5a1
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,11 @@ function HomeParticipateForm() {
}
}
} catch (error) {
console.error(error);
if(error.response){
if(error.response.status === 409){
alert("인원 초과입니다")
}
}
}
} else {
// 이미 DB에 참여자가 존재하는 경우
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment