formatting

This commit is contained in:
Cole Goldsmith 2025-11-20 14:27:37 -06:00
parent abf09fc070
commit 239ada4e7c

View file

@ -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>
) : ( ) : (