mirror of
https://github.com/umami-software/umami.git
synced 2026-02-05 21:27:20 +01:00
Fix website reports error
This commit is contained in:
parent
82e669193d
commit
c4bbd09de4
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ export function WebsiteReports({ websiteId }) {
|
|||
</Flexbox>
|
||||
{hasData && (
|
||||
<ReportsTable
|
||||
data={reports}
|
||||
data={reports.data}
|
||||
onDelete={handleDelete}
|
||||
onFilterChange={handleFilterChange}
|
||||
onPageChange={handlePageChange}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue