Skip to content

Commit

Permalink
gql
Browse files Browse the repository at this point in the history
  • Loading branch information
liangfung committed Apr 26, 2024
1 parent 53de633 commit 3ba775c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion ee/tabby-ui/app/files/components/file-tree-header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ const FileTreeHeader: React.FC<FileTreeHeaderProps> = ({
<div className={cn(className)} {...props}>
<div className="py-4 font-bold leading-8">Files</div>
<div className="space-y-3">
{/* todo */}
<Select
disabled={!initialized}
onValueChange={onSelectRepo}
Expand Down
3 changes: 2 additions & 1 deletion ee/tabby-ui/lib/tabby/gql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ const client = new Client({
keys: {
CompletionStats: () => null,
ServerInfo: () => null,
RepositorySearch: () => null
RepositorySearch: () => null,
RepositoryList: () => null
},
resolvers: {
Query: {
Expand Down

0 comments on commit 3ba775c

Please sign in to comment.