mirror of
https://github.com/umami-software/umami.git
synced 2026-02-14 09:35:36 +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
|
|
@ -30,6 +30,7 @@ export default function Referrers({
|
|||
metric="Views"
|
||||
headerComponent={limit ? null : <FilterButtons selected={filter} onClick={setFilter} />}
|
||||
websiteId={websiteId}
|
||||
websiteDomain={websiteDomain}
|
||||
startDate={startDate}
|
||||
endDate={endDate}
|
||||
limit={limit}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue