formatting
This commit is contained in:
parent
abf09fc070
commit
239ada4e7c
1 changed files with 4 additions and 1 deletions
|
|
@ -150,7 +150,10 @@ export function ModelSelector({
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
{group.options.length === 0 ? (
|
{group.options.length === 0 ? (
|
||||||
<CommandItem disabled className="text-muted-foreground ml-6">
|
<CommandItem
|
||||||
|
disabled
|
||||||
|
className="text-muted-foreground ml-6"
|
||||||
|
>
|
||||||
No models available
|
No models available
|
||||||
</CommandItem>
|
</CommandItem>
|
||||||
) : (
|
) : (
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue