mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 15:47:13 +01:00
Added ProfileButton to cloud mode.
This commit is contained in:
parent
f56374b259
commit
25d4a9cec0
4 changed files with 16 additions and 9 deletions
|
|
@ -39,7 +39,7 @@ export default function WebsiteChart({
|
|||
const { ref, isSticky } = useSticky({ enabled: stickyHeader });
|
||||
|
||||
const { data, isLoading, error } = useQuery(
|
||||
['websites:pageviews', websiteId, modified, url, referrer, os, browser, device, country],
|
||||
['websites:pageviews', { websiteId, modified, url, referrer, os, browser, device, country }],
|
||||
() =>
|
||||
get(`/websites/${websiteId}/pageviews`, {
|
||||
startAt: +startDate,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue