Skip to content

Commit

Permalink
fix: 모임 생성 페이지 input type까지 props로 받도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeml06 committed Aug 8, 2024
1 parent d7e408b commit 76f237d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/pages/MoimCreationPage/MoimCreationPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export default function MoimCreationPage() {
<LabeledInput
name={info.name}
title={info.title}
type={info.type}
key={info.title}
required={info.required}
placeholder={info.placeholder}
Expand Down

0 comments on commit 76f237d

Please sign in to comment.