diff options
Diffstat (limited to 'routers')
-rw-r--r-- | routers/repo/issue.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/repo/issue.go b/routers/repo/issue.go index 7c6db13ade..4f75532b3d 100644 --- a/routers/repo/issue.go +++ b/routers/repo/issue.go @@ -146,7 +146,7 @@ func Issues(ctx *context.Context) { issueStats := models.GetIssueStats(&models.IssueStatsOptions{ RepoID: repo.ID, UserID: uid, - LabelID: com.StrTo(selectLabels).MustInt64(), + Labels: selectLabels, MilestoneID: milestoneID, AssigneeID: assigneeID, FilterMode: filterMode, |