parent
b79820f610
commit
538a26d56f
|
@ -25,5 +25,6 @@ func Organizations(ctx *context.Context) {
|
|||
routers.RenderUserSearch(ctx, &models.SearchUserOptions{
|
||||
Type: models.UserTypeOrganization,
|
||||
PageSize: setting.UI.Admin.OrgPagingNum,
|
||||
Private: true,
|
||||
}, tplOrgs)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue