Skip to content

Commit

Permalink
fix label
Browse files Browse the repository at this point in the history
  • Loading branch information
sai6855 committed Apr 7, 2023
1 parent 9f5ae34 commit a8a8fec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/data/material/components/selects/SelectSmall.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ export default function SelectSmall() {

return (
<FormControl sx={{ m: 1, minWidth: 120 }} size="small">
<InputLabel id="demo-select-small">Age</InputLabel>
<InputLabel id="demo-select-small-label">Age</InputLabel>
<Select
labelId="demo-select-small"
labelId="demo-select-small-label"
id="demo-select-small"
value={age}
label="Age"
Expand Down
4 changes: 2 additions & 2 deletions docs/data/material/components/selects/SelectSmall.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ export default function SelectSmall() {

return (
<FormControl sx={{ m: 1, minWidth: 120 }} size="small">
<InputLabel id="demo-select-small">Age</InputLabel>
<InputLabel id="demo-select-small-label">Age</InputLabel>
<Select
labelId="demo-select-small"
labelId="demo-select-small-label"
id="demo-select-small"
value={age}
label="Age"
Expand Down

0 comments on commit a8a8fec

Please sign in to comment.