Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
liangfung committed Dec 27, 2024
1 parent 12427ae commit 3f5411e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ee/tabby-ui/components/textarea-search/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,9 @@ export default function TextAreaSearch({
onChange={handleSelectRepo}
/>
)}
<Separator orientation="vertical" className="h-5" />
{showRepoSelect && showModelSelect && (
<Separator orientation="vertical" className="h-5" />
)}
{showModelSelect && (
<ModelSelect
isInitializing={isInitializingResources}
Expand Down

0 comments on commit 3f5411e

Please sign in to comment.