Update web-app/src/containers/DropdownModelProvider.tsx
Co-authored-by: Louis <louis@jan.ai>
This commit is contained in:
parent
fb15687388
commit
fea516f98f
@ -241,9 +241,7 @@ const DropdownModelProvider = ({
|
|||||||
|
|
||||||
// When not searching, exclude favorite models from regular provider sections
|
// When not searching, exclude favorite models from regular provider sections
|
||||||
const isFavorite = favoriteModels.some((fav) => fav.id === item.model.id)
|
const isFavorite = favoriteModels.some((fav) => fav.id === item.model.id)
|
||||||
if (!searchValue && isFavorite) {
|
if (!searchValue && isFavorite) return // Skip adding this item to regular provider section
|
||||||
return // Skip adding this item to regular provider section
|
|
||||||
}
|
|
||||||
|
|
||||||
groups[providerKey].push(item)
|
groups[providerKey].push(item)
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user