fix host filtering

This commit is contained in:
Francis Cao 2024-06-19 09:50:39 -07:00
parent cda3ba345b
commit 3f477c5d50
7 changed files with 13 additions and 7 deletions

View file

@ -181,6 +181,7 @@ export interface QueryFilters {
referrer?: string;
title?: string;
query?: string;
host?: string;
os?: string;
browser?: string;
device?: string;