We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f154361 commit ae3edc9Copy full SHA for ae3edc9
1 file changed
backend/plugins/gitlab/api/remote_api.go
@@ -78,7 +78,7 @@ func listGitlabRemoteScopes(
78
// no more groups, start to load projects under the group
79
var moreChild []dsmodels.DsRemoteApiScopeListEntry[models.GitlabProject]
80
moreChild, nextPage, err = listGitlabRemoteProjects(connection, apiClient, groupId, GitlabRemotePagination{
81
- Page: 1,
+ Page: page.Page,
82
PerPage: page.PerPage,
83
Step: "project",
84
})
0 commit comments