fix reports not paginating

This commit is contained in:
Luna D 2022-03-26 13:38:25 +01:00
parent 467bfddcba
commit a23886c924
No known key found for this signature in database
GPG key ID: 4B1C63448394F688

View file

@ -28,7 +28,8 @@ defmodule PhilomenaWeb.Admin.ReportController do
title: "Admin - Reports",
layout_class: "layout--wide",
reports: reports,
my_reports: []
my_reports: [],
system_reports: []
)
end