Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys authored Dec 17, 2024
1 parent d6eccd0 commit b815d63
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions ee/tabby-ui/components/chat/repo-select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,8 @@ export function RepoSelect({
'text-muted-foreground': !selectedRepoName
})}
>
{selectedRepoName || 'Select repo...'}
{selectedRepoName || 'Workspace'}
</span>
{isWorkspaceRepo && (
<span className="shrink-0 text-muted-foreground">
Context
</span>
)}
</div>
{!value && <IconChevronUpDown className="shrink-0" />}
</div>
Expand Down

0 comments on commit b815d63

Please sign in to comment.