Browse Source

Merge branch 'fix-1592' of https://git.openi.org.cn/OpenI/aiforge into fix-1591

tags/v1.22.3.2^2
Gitea 3 years ago
parent
commit
4a17396d88
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      routers/home.go

+ 1
- 1
routers/home.go View File

@@ -330,7 +330,7 @@ func ExploreDatasets(ctx *context.Context) {
OwnerID: ownerID,
ListOptions: models.ListOptions{
Page: page,
PageSize: setting.UI.ExplorePagingNum,
PageSize: 30,
},
}



Loading…
Cancel
Save