Skip to content

Commit

Permalink
Fixes not being able to select a model on playground.
Browse files Browse the repository at this point in the history
  • Loading branch information
Scooter1337 committed Jan 24, 2024
1 parent 2f671b7 commit 29e24f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
}}
>
<Command.Item
value={model.name}
value={model.id}
class="aria-selected:bg-primary aria-selected:text-primary-foreground"
onSelect={(currentValue) => {
value = currentValue;
Expand Down

0 comments on commit 29e24f5

Please sign in to comment.