Skip to content

Commit ae3edc9

Browse files
authored
fix(gitlab): fix remote project api page (#8594)
1 parent f154361 commit ae3edc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/plugins/gitlab/api/remote_api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ func listGitlabRemoteScopes(
7878
// no more groups, start to load projects under the group
7979
var moreChild []dsmodels.DsRemoteApiScopeListEntry[models.GitlabProject]
8080
moreChild, nextPage, err = listGitlabRemoteProjects(connection, apiClient, groupId, GitlabRemotePagination{
81-
Page: 1,
81+
Page: page.Page,
8282
PerPage: page.PerPage,
8383
Step: "project",
8484
})

0 commit comments

Comments
 (0)