disable default tag

This commit is contained in:
Lucas Oliveira 2025-10-01 11:10:00 -03:00
parent 20ff071d4d
commit c8968bbb2e

View file

@ -115,11 +115,11 @@ export function ModelSelector({
/>
<div className="flex items-center gap-2">
{option.label}
{option.default && (
<span className="text-xs text-foreground p-1 rounded-md bg-muted">
{/* {option.default && (
<span className="text-xs text-foreground p-1 rounded-md bg-muted"> // DISABLING DEFAULT TAG FOR NOW
Default
</span>
)}
)} */}
</div>
</CommandItem>
))}