mirror of
https://github.com/umami-software/umami.git
synced 2026-02-13 17:15:37 +01:00
Domain validation. Filter domain from referrers.
This commit is contained in:
parent
a9765c7ea7
commit
5a4cde854a
13 changed files with 51 additions and 23 deletions
|
|
@ -14,6 +14,7 @@ export default function MetricsTable({
|
|||
title,
|
||||
metric,
|
||||
websiteId,
|
||||
websiteDomain,
|
||||
startDate,
|
||||
endDate,
|
||||
type,
|
||||
|
|
@ -47,6 +48,7 @@ export default function MetricsTable({
|
|||
type,
|
||||
start_at: +startDate,
|
||||
end_at: +endDate,
|
||||
domain: websiteDomain,
|
||||
});
|
||||
|
||||
setData(data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue