Skip to content

Commit

Permalink
fix label
Browse files Browse the repository at this point in the history
  • Loading branch information
yuta-ike committed Oct 29, 2023
1 parent ea9a5f9 commit a3f2f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/UserList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ const UserList = () => {
<button className="bg-white px-4 py-1 w-max mt-2 rounded-lg shadow" onClick={setFaker}>
ダミー値
</button>
<FormItem label="UserID" value={userId} onChange={setUserId} />
<FormItem label="UserID(空白にしたら自動生成)" value={userId} onChange={setUserId} />
<FormItem label="名前" value={name} onChange={setName} />
<FormItem label="地域" value={location} onChange={setLocation} />
<FormItem label="技術" value={techArea} onChange={setTechArea} />
Expand Down

0 comments on commit a3f2f29

Please sign in to comment.