mirror of
https://github.com/umami-software/umami.git
synced 2026-02-22 05:25:36 +01:00
Updated hooks. Changed url, host to path, hostname.
This commit is contained in:
parent
25a9c011b3
commit
543674c7f2
146 changed files with 23348 additions and 2533 deletions
|
|
@ -7,10 +7,10 @@ import { Panel } from '@/components/common/Panel';
|
|||
|
||||
export function WebsiteChart({
|
||||
websiteId,
|
||||
compareMode = false,
|
||||
compareMode,
|
||||
}: {
|
||||
websiteId: string;
|
||||
compareMode?: boolean;
|
||||
compareMode?: string;
|
||||
}) {
|
||||
const { dateRange, dateCompare } = useDateRange(websiteId);
|
||||
const { startDate, endDate, unit, value } = dateRange;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue