Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldudak committed Sep 19, 2022
1 parent 41928ff commit efebd10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data/joy/components/select/SelectFieldDemo.js
Expand Up @@ -17,7 +17,7 @@ export default function SelectFieldDemo() {
</FormLabel>
<Select
defaultValue="dog"
value={value}
value={value}
onChange={(e, newValue) => setValue(newValue)}
>
<Option value="dog">Dog</Option>
Expand Down

0 comments on commit efebd10

Please sign in to comment.