mirror of
https://github.com/go-gitea/gitea.git
synced 2025-11-30 03:29:46 +09:00
Same perl replacement as https://github.com/go-gitea/gitea/pull/25686 but for 1.20 to ease future backporting.
This commit is contained in:
@@ -97,7 +97,7 @@ func Dashboard(ctx *context.Context) {
|
||||
uid = ctxUser.ID
|
||||
}
|
||||
|
||||
ctx.PageData["dashboardRepoList"] = map[string]interface{}{
|
||||
ctx.PageData["dashboardRepoList"] = map[string]any{
|
||||
"searchLimit": setting.UI.User.RepoPagingNum,
|
||||
"uid": uid,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user