mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-22 18:00:17 +01:00
Fix website reports error
This commit is contained in:
parent
82e669193d
commit
c4bbd09de4
@ -45,7 +45,7 @@ export function WebsiteReports({ websiteId }) {
|
||||
</Flexbox>
|
||||
{hasData && (
|
||||
<ReportsTable
|
||||
data={reports}
|
||||
data={reports.data}
|
||||
onDelete={handleDelete}
|
||||
onFilterChange={handleFilterChange}
|
||||
onPageChange={handlePageChange}
|
||||
|
Loading…
Reference in New Issue
Block a user