Skip to content

Commit

Permalink
[docs][material-ui][Select] Fix the SelectAutoWidth demo menu item …
Browse files Browse the repository at this point in the history
…value (mui#42648)

Signed-off-by: Daniel Khakbaz <danialkhakbaz.dk@gmail.com>
Co-authored-by: ZeeshanTamboli <zeeshan.tamboli@gmail.com>
  • Loading branch information
2 people authored and joserodolfofreitas committed Jul 29, 2024
1 parent 217fd10 commit d28fef5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/data/material/components/selects/SelectAutoWidth.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default function SelectAutoWidth() {
<MenuItem value="">
<em>None</em>
</MenuItem>
<MenuItem value={10}>Twenty</MenuItem>
<MenuItem value={20}>Twenty</MenuItem>
<MenuItem value={21}>Twenty one</MenuItem>
<MenuItem value={22}>Twenty one and a half</MenuItem>
</Select>
Expand Down
2 changes: 1 addition & 1 deletion docs/data/material/components/selects/SelectAutoWidth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default function SelectAutoWidth() {
<MenuItem value="">
<em>None</em>
</MenuItem>
<MenuItem value={10}>Twenty</MenuItem>
<MenuItem value={20}>Twenty</MenuItem>
<MenuItem value={21}>Twenty one</MenuItem>
<MenuItem value={22}>Twenty one and a half</MenuItem>
</Select>
Expand Down

0 comments on commit d28fef5

Please sign in to comment.