mirror of
https://github.com/umami-software/umami.git
synced 2026-02-05 13:17:19 +01:00
fix host filtering
This commit is contained in:
parent
cda3ba345b
commit
3f477c5d50
7 changed files with 13 additions and 7 deletions
|
|
@ -8,7 +8,7 @@ export function useFilterParams(websiteId: string) {
|
|||
const { startDate, endDate, unit } = dateRange;
|
||||
const { timezone } = useTimezone();
|
||||
const {
|
||||
query: { url, referrer, title, query, os, browser, device, country, region, city, event },
|
||||
query: { url, referrer, title, query, host, os, browser, device, country, region, city, event },
|
||||
} = useNavigation();
|
||||
|
||||
return {
|
||||
|
|
@ -20,6 +20,7 @@ export function useFilterParams(websiteId: string) {
|
|||
referrer,
|
||||
title,
|
||||
query,
|
||||
host,
|
||||
os,
|
||||
browser,
|
||||
device,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue