mirror of
https://github.com/umami-software/umami.git
synced 2026-02-06 05:37:20 +01:00
Update Retention report.
This commit is contained in:
parent
184a387ecd
commit
ee8750d9df
22 changed files with 214 additions and 280 deletions
|
|
@ -22,7 +22,7 @@ export function useDateRange(websiteId?: string) {
|
|||
);
|
||||
const dateRange = useMemo(
|
||||
() => (offset ? getOffsetDateRange(dateRangeObject, +offset) : dateRangeObject),
|
||||
[date, offset],
|
||||
[date, offset, websiteConfig],
|
||||
);
|
||||
const dateCompare = useWebsites(state => state[websiteId]?.dateCompare || DEFAULT_DATE_COMPARE);
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ export function useFilterParams(websiteId: string) {
|
|||
const { timezone, toUtc } = useTimezone();
|
||||
const {
|
||||
query: {
|
||||
url,
|
||||
path,
|
||||
referrer,
|
||||
title,
|
||||
query,
|
||||
|
|
@ -29,7 +29,7 @@ export function useFilterParams(websiteId: string) {
|
|||
endAt: +toUtc(endDate),
|
||||
unit,
|
||||
timezone,
|
||||
url,
|
||||
path,
|
||||
referrer,
|
||||
title,
|
||||
query,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue