Skip to content

Commit

Permalink
design: 학습자료 수정 시 모달의 제목 생성에서 수정으로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
yeonddori committed Nov 20, 2024
1 parent 6f4bbb1 commit 1e52005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/study/CreateDocumentModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ const CreateDocumentModal = ({ isOpen, onClose, categoryData, category }: Docume
isOpen={isOpen}
size="xl"
onClose={onClose}
title="학습자료 등록"
title={`학습자료 ${category === 'create' ? '생성' : '수정'}`}
subButtonText="취소"
onSubButtonClick={onClose}
mainButtonText="등록"
Expand Down

0 comments on commit 1e52005

Please sign in to comment.