mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
update prisma / ch filters logic
This commit is contained in:
parent
434ef3eb9e
commit
b0c5899569
6 changed files with 49 additions and 24 deletions
|
|
@ -40,7 +40,7 @@ export default function MetricsTable({
|
|||
|
||||
const { data, isLoading, isFetched, error } = useQuery(
|
||||
[
|
||||
'websites:mnetrics',
|
||||
'websites:metrics',
|
||||
{ websiteId, type, modified, url, referrer, os, browser, device, country },
|
||||
],
|
||||
() =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue