Skip to content

Commit d2e6405

Browse files
authored
Merge pull request #131 from mash-up-kr/feat/application-form-preview-info
지원설문지 미리보기 소속 필드에 빠트린 required 속성 추가
2 parents 2e09633 + cb0e089 commit d2e6405

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/ApplicationForm/ApplicationFormPreview/ApplicationFormPreview.component.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ export const ApplicationFormPreviewModal = ({
7272
$size={InputSize.md}
7373
label="소속"
7474
placeholder="소속을 입력해주세요 ex) 회사, 학교, 동아리, 취준생... "
75+
required
7576
/>
7677

7778
<Styled.CategoryHeadline>질문목록</Styled.CategoryHeadline>

0 commit comments

Comments
 (0)