Skip to content

Commit

Permalink
run docs:typescript:formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeeshanTamboli committed Jun 20, 2024
1 parent 6085c00 commit 654d10c
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 654d10c

Please sign in to comment.