mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-27 13:47:58 +01:00
fix reports not paginating
This commit is contained in:
parent
467bfddcba
commit
a23886c924
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,8 @@ defmodule PhilomenaWeb.Admin.ReportController do
|
||||||
title: "Admin - Reports",
|
title: "Admin - Reports",
|
||||||
layout_class: "layout--wide",
|
layout_class: "layout--wide",
|
||||||
reports: reports,
|
reports: reports,
|
||||||
my_reports: []
|
my_reports: [],
|
||||||
|
system_reports: []
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue