mirror of
https://github.com/umami-software/umami.git
synced 2026-02-24 06:25:43 +01:00
Refactored useDateRange to always use query string. Fixed all time filter.
This commit is contained in:
parent
4d06b0ca5b
commit
92ee44756c
28 changed files with 106 additions and 112 deletions
|
|
@ -12,7 +12,7 @@ export function AttributionPage({ websiteId }: { websiteId: string }) {
|
|||
const { formatMessage, labels } = useMessages();
|
||||
const {
|
||||
dateRange: { startDate, endDate },
|
||||
} = useDateRange(websiteId);
|
||||
} = useDateRange();
|
||||
|
||||
return (
|
||||
<Column gap="6">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue