Skip to content

Commit

Permalink
Added please select instead of none
Browse files Browse the repository at this point in the history
  • Loading branch information
DerCed committed Feb 24, 2025
1 parent c397c43 commit 2e20e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Registration/Registration.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ function Registration() {
}
>
<MenuItem value="">
<em>None</em>
<em>Please select...</em>
</MenuItem>
{input.map((item, i) => (
<MenuItem value={item} key={i}>
Expand Down

0 comments on commit 2e20e56

Please sign in to comment.