- 링크결제 확인 페이지 잘림 수정, 이전 버튼 클릭 시 전 step2,1 으로 Form 유지한채 이동

This commit is contained in:
HyeonJongKim
2025-11-21 14:47:47 +09:00
parent 8f873c3f74
commit c5521a40b6
4 changed files with 64 additions and 19 deletions

View File

@@ -91,7 +91,9 @@ export const LinkPaymentApplyConfirmPage = () => {
};
const onClickToBack = () => {
navigate(-1);
navigate(PATHS.additionalService.linkPayment.request, {
state: { formData, returnToStep: 2 }
});
};
return (