Skip to content

Commit

Permalink
add form control
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegMoshkovich committed Sep 12, 2023
1 parent 1a88f0b commit 240b946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/OpenModelControl.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ function SampleModelFileSelector({setIsDialogDisplayed}) {
closeDialog()
}
return (
<FormControl sx={{width: '200px', margin: '6px'}} label="Sample Projects">
<FormControl sx={{width: '200px', margin: '6px'}} label="Sample Projects" aria-labelledby="Sample Projects">
<InputLabel>Sample Projects</InputLabel>
<Select
labelId="Sample model"
Expand Down

0 comments on commit 240b946

Please sign in to comment.