Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
WhenMeet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
websystem2023-2
WhenMeet
Compare revisions
2245941b4a3dbb71f41f43920c260e88a5ade8d3 to 30978f0a057f6cee9a5a126b917b5bfdf32eddf4
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
websystem2023-2/whenmeet
Select target project
No results found
30978f0a057f6cee9a5a126b917b5bfdf32eddf4
Select Git revision
Branches
main
Swap
Target
websystem2023-2/whenmeet
Select target project
websystem2023-2/whenmeet
1 result
2245941b4a3dbb71f41f43920c260e88a5ade8d3
Select Git revision
Branches
main
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
[EDIT]참가인원이 다 찬경우
· eab7fc8c
Min Dong Hyeun
authored
1 year ago
eab7fc8c
Merge branch 'main' of
https://git.ajou.ac.kr/websystem2023-2/whenmeet
· 30978f0a
Min Dong Hyeun
authored
1 year ago
30978f0a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
react-whenMeet/src/components/HomeParticipateForm.js
+5
-1
5 additions, 1 deletion
react-whenMeet/src/components/HomeParticipateForm.js
with
5 additions
and
1 deletion
react-whenMeet/src/components/HomeParticipateForm.js
View file @
30978f0a
...
...
@@ -103,7 +103,11 @@ function HomeParticipateForm() {
}
}
}
catch
(
error
)
{
console
.
error
(
error
);
if
(
error
.
response
){
if
(
error
.
response
.
status
===
409
){
alert
(
"
인원 초과입니다
"
)
}
}
}
}
else
{
// 이미 DB에 참여자가 존재하는 경우
...
...
This diff is collapsed.
Click to expand it.