mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 06:37:18 +01:00
fix host filtering
This commit is contained in:
parent
cda3ba345b
commit
3f477c5d50
7 changed files with 13 additions and 7 deletions
|
|
@ -181,6 +181,7 @@ export interface QueryFilters {
|
|||
referrer?: string;
|
||||
title?: string;
|
||||
query?: string;
|
||||
host?: string;
|
||||
os?: string;
|
||||
browser?: string;
|
||||
device?: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue