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">
|
<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>
|
||||||
))}
|
))}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue