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"> <div className="flex items-center gap-2">
{option.label} {option.label}
{option.default && ( {/* {option.default && (
<span className="text-xs text-foreground p-1 rounded-md bg-muted"> <span className="text-xs text-foreground p-1 rounded-md bg-muted"> // DISABLING DEFAULT TAG FOR NOW
Default Default
</span> </span>
)} )} */}
</div> </div>
</CommandItem> </CommandItem>
))} ))}