Skip to content

Commit

Permalink
Merge pull request #172 from HackHPI/develop
Browse files Browse the repository at this point in the history
Added please select instead of none
  • Loading branch information
DerCed authored Feb 24, 2025
2 parents c397c43 + 2e20e56 commit 126375a
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 126375a

Please sign in to comment.