Skip to content

Commit

Permalink
update scope
Browse files Browse the repository at this point in the history
  • Loading branch information
liangfung committed Apr 27, 2024
1 parent 09f6059 commit 7c63cb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
</div>
<div className="my-2 ml-4">• api</div>
<div className="my-2 ml-4">• read repository</div>
</>
)
Expand Down
2 changes: 1 addition & 1 deletion ee/tabby-ui/lib/tabby/gql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 7c63cb5

Please sign in to comment.