Skip to content

Commit

Permalink
Fix: 필드명을 이름에서 아이디로 변경한다
Browse files Browse the repository at this point in the history
  • Loading branch information
kikiyeom committed Feb 2, 2024
1 parent ad124ed commit 62ebad3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const CreateHelperAdminMemberDialog = ({ refreshList }: CreateHelperAdminMemberD
<InputField
required
$size="md"
label="이름"
label="아이디"
placeholder="내용을 입력해주세요"
{...register('username', { required: true })}
/>
Expand Down

0 comments on commit 62ebad3

Please sign in to comment.