mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 03:55:37 +01:00
Update src/app/(main)/dashboard/DashboardPage.tsx
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
parent
6991172edd
commit
22b7c0812f
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ export function DashboardPage() {
|
|||
(websiteActive.length !== 0 ? (
|
||||
<>
|
||||
<WebsiteChartList
|
||||
websites={result?.data as any}
|
||||
websites={result?.data as Array<{ id: string; name: string; domain: string; order?: number }>}
|
||||
showCharts={showCharts}
|
||||
limit={pageSize}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue