Skip to content

Commit

Permalink
Added a default value to accessibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Bionic1251 committed Feb 1, 2024
1 parent 125e1be commit 3017b6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function AccessibilitySelector({ onCategoryChange }) {
>
<CloseIcon />
</IconButton>
<RadioGroup>
<RadioGroup defaultValue="">
{allCategories.map((category) => (
<MenuItem key={category.val}>
<FormControlLabel
Expand Down

0 comments on commit 3017b6e

Please sign in to comment.