diff --git a/ee/tabby-ui/app/(dashboard)/settings/(integrations)/repository/[kind]/components/common-provider-form.tsx b/ee/tabby-ui/app/(dashboard)/settings/(integrations)/repository/[kind]/components/common-provider-form.tsx index b5c3218371bc..1525ad153ee7 100644 --- a/ee/tabby-ui/app/(dashboard)/settings/(integrations)/repository/[kind]/components/common-provider-form.tsx +++ b/ee/tabby-ui/app/(dashboard)/settings/(integrations)/repository/[kind]/components/common-provider-form.tsx @@ -263,6 +263,7 @@ function AccessTokenDescription() { token for managing a single project, or generate a group access token to manage all projects within the group. +
• api
• read repository
) diff --git a/ee/tabby-ui/lib/tabby/gql.ts b/ee/tabby-ui/lib/tabby/gql.ts index 789989693190..3ce977f6c4ee 100644 --- a/ee/tabby-ui/lib/tabby/gql.ts +++ b/ee/tabby-ui/lib/tabby/gql.ts @@ -202,7 +202,7 @@ const client = new Client({ } }, updateGitlabProvidedRepositoryActive(result, args, cache, info) { - if (result.updateGithubProvidedRepositoryActive) { + if (result.updateGitlabProvidedRepositoryActive) { cache .inspectFields('Query') .filter(field => field.fieldName === 'gitlabRepositories')