Skip to content

Commit

Permalink
[FE] fix: 제출 확인 모달에서 취소 버튼 클릭 시 모달 닫히지 않는 오류 수정 (#527)
Browse files Browse the repository at this point in the history
* fix: 리뷰 제출 모달에서 취소 버튼 props 잘못된 거 수정

* Merge branch 'develop' of https://github.com/woowacourse-teams/2024-review-me into fe/fix/525-submit_modal_cancel
  • Loading branch information
BadaHertz52 authored Aug 22, 2024
1 parent 5e673ca commit 7163132
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const SubmitCheckModal = ({
cancelButton={{
styleType: 'secondary',
text: '취소',
handleClick: () => handleCancelButtonClick,
handleClick: handleCancelButtonClick,
}}
handleClose={handleCloseModal}
isClosableOnBackground={true}
Expand Down

0 comments on commit 7163132

Please sign in to comment.