-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[QA] 시니또 콜백 페이지 관련 오류 수정 #157
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수정 부탁드려요!
@@ -48,7 +48,7 @@ export const CallbackMenu = ({ | |||
isSuccess: isCancelSuccess, | |||
} = useCancelCallback(); | |||
if (isCancelSuccess) { | |||
navigate(RouterPath.CALL_BACK_LIST); | |||
navigate(RouterPath.SINITTO + '/' + RouterPath.CALL_BACK_LIST); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이렇게 하면 중간에 공백 들어가지 않나요?? 아닌가?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
공백 안 들어가더라고요! '/'만 추가됩니다.
}, | ||
onError: (error) => { | ||
alert(`콜백 요청 수락 신청 중 오류가 발생했습니다: ${error.message}`); | ||
onSuccess: () => {}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
onSuccess를 쓰지 않는다면 지워도 되지 않을까요??
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
그렇네요! 삭제하겠습니다.
#️⃣ 연관된 이슈
#156
📝 작업 내용
스크린샷 (선택)
💬 리뷰 요구사항(선택)
⏰ 현재 버그
✏ Git Close
close #156