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:
The-Yearly 2025-05-16 18:01:56 +05:30 committed by GitHub
parent 6991172edd
commit 22b7c0812f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -52,7 +52,7 @@ export function DashboardPage() {
(websiteActive.length !== 0 ? ( (websiteActive.length !== 0 ? (
<> <>
<WebsiteChartList <WebsiteChartList
websites={result?.data as any} websites={result?.data as Array<{ id: string; name: string; domain: string; order?: number }>}
showCharts={showCharts} showCharts={showCharts}
limit={pageSize} limit={pageSize}
/> />