Fix combo modal
This commit is contained in:
parent
507a5dbfea
commit
39545cf4c8
7 changed files with 16 additions and 13 deletions
|
|
@ -249,7 +249,7 @@ export default function ModelSelectModal({
|
|||
</div>
|
||||
|
||||
{/* Models grouped by provider - compact */}
|
||||
<div className="max-h-[300px] overflow-y-auto space-y-3">
|
||||
<div className="max-h-[400px] overflow-y-auto space-y-3">
|
||||
{/* Combos section - always first */}
|
||||
{filteredCombos.length > 0 && (
|
||||
<div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue