mirror of
https://github.com/umami-software/umami.git
synced 2026-02-13 17:15:37 +01:00
fixup! Update metric tables when filtering on referrer
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
parent
5d799a327b
commit
1269bea870
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ export default async (req, res) => {
|
||||||
{
|
{
|
||||||
domain,
|
domain,
|
||||||
url: type !== 'url' && url,
|
url: type !== 'url' && url,
|
||||||
referrer: referrer,
|
referrer,
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue