From b815d6311987d392b5660b853b8d94d9ae4315fb Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Tue, 17 Dec 2024 13:44:33 +0800 Subject: [PATCH] Apply suggestions from code review --- ee/tabby-ui/components/chat/repo-select.tsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/ee/tabby-ui/components/chat/repo-select.tsx b/ee/tabby-ui/components/chat/repo-select.tsx index 299b7ded42d5..4ebd57ace05e 100644 --- a/ee/tabby-ui/components/chat/repo-select.tsx +++ b/ee/tabby-ui/components/chat/repo-select.tsx @@ -72,13 +72,8 @@ export function RepoSelect({ 'text-muted-foreground': !selectedRepoName })} > - {selectedRepoName || 'Select repo...'} + {selectedRepoName || 'Workspace'} - {isWorkspaceRepo && ( - - Context - - )} {!value && }