Skip to content

Commit

Permalink
[FE] FIX: 에러 메시지 관련 에러 수정 #1718
Browse files Browse the repository at this point in the history
  • Loading branch information
jihyunk03 committed Dec 26, 2024
1 parent db96ca3 commit f8e3227
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Cabi 슬랙 채널로 문의해주세요.
}, 1500);
setIsFinished(true);
} catch (error: any) {
setModalTitle(error.response);
setModalTitle(error.response.data.message);
setHasErrorOnResponse(true);
} finally {
setShowResponseModal(true);
Expand Down

0 comments on commit f8e3227

Please sign in to comment.