Skip to content

Commit

Permalink
✨ feat: 서류 작성 -> 서류 상세 뒤로가기 처리 #77
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMirror21 committed Oct 30, 2024
1 parent a31f7d0 commit 7edb076
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ const EmployerWriteDocumentsPage = () => {
hasBackButton={true}
hasMenuButton={false}
title="서류 작성"
onClickBackButton={() => navigate('/employer/application-documents')} // 서류관리 페이지로 이동 요망
onClickBackButton={() =>
navigate('/employer/applicant/document-detail')
} // 서류관리 페이지로 이동 요망
/>
<DocumentSubHeaderEmployer type={type as DocumentType} />
<div className="px-6 pt-6">
Expand Down

0 comments on commit 7edb076

Please sign in to comment.