disable default tag
This commit is contained in:
parent
20ff071d4d
commit
c8968bbb2e
1 changed files with 3 additions and 3 deletions
|
|
@ -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>
|
||||
))}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue