mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 20:57:17 +01:00
Merge remote-tracking branch 'origin/dev' into dev
# Conflicts: # src/app/(main)/websites/[id]/reports/WebsiteReports.js
This commit is contained in:
commit
096484ebe4
9 changed files with 97 additions and 103 deletions
|
|
@ -22,7 +22,7 @@ export function UserWebsites({ userId }) {
|
|||
<Page loading={isLoading} error={error}>
|
||||
{hasData && (
|
||||
<WebsitesTable
|
||||
data={data}
|
||||
data={data.data}
|
||||
onFilterChange={handleFilterChange}
|
||||
onPageChange={handlePageChange}
|
||||
onPageSizeChange={handlePageSizeChange}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue