Skip to content

Commit

Permalink
fix(ui): fix pagination of git repositories (#2430)
Browse files Browse the repository at this point in the history
  • Loading branch information
liangfung authored Jun 17, 2024
1 parent 92c55c3 commit a6b999a
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -99,7 +99,7 @@ const client = new Client({
resolvers: {
Query: {
invitations: relayPagination(),
repositories: relayPagination()
gitRepositories: relayPagination()
}
},
updates: {
Expand Down

0 comments on commit a6b999a

Please sign in to comment.