Skip to content

Commit

Permalink
Update modelSelect.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
PinkGlove authored Apr 20, 2024
1 parent 29b12c6 commit f67836c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/modelSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default function selectModel(props:{handleModelChange:Function}) {
>
{value
? models.find((model) => model.value === value)?.label
: "Select framework..."}
: ""}
<ChevronsUpDown className="ml-2 h-4 w-4 shrink-0 opacity-50" />
</Button>
</PopoverTrigger>
Expand Down

0 comments on commit f67836c

Please sign in to comment.