fix: model selection does not show in API settings page (#1828)
This commit is contained in:
parent
642d7aacc9
commit
61d5c6abe8
@ -128,7 +128,8 @@ const TopBar = () => {
|
|||||||
showing && 'border-l border-border'
|
showing && 'border-l border-border'
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
{activeThread && (
|
{((activeThread && mainViewState === MainViewState.Thread) ||
|
||||||
|
mainViewState === MainViewState.LocalServer) && (
|
||||||
<div className="flex h-full w-52 items-center justify-between px-4">
|
<div className="flex h-full w-52 items-center justify-between px-4">
|
||||||
{showing && (
|
{showing && (
|
||||||
<div className="relative flex h-full items-center">
|
<div className="relative flex h-full items-center">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user