Skip to content

Commit

Permalink
Fix : 신청 성공시 modal 보여주기
Browse files Browse the repository at this point in the history
  • Loading branch information
teagu123 committed Jul 3, 2024
1 parent 0102916 commit e45c82e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/application/ApplicationForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ const ApplicationForm = () => {
method: 'post',
data: submitData,
});

setIsSuccess(true);
return response.data;
} catch (error) {
console.error('서버 요청 오류:', error);
Expand Down

0 comments on commit e45c82e

Please sign in to comment.