mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +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
|
|
@ -35,7 +35,10 @@ export default function MetricsTable({
|
|||
const { get, useQuery } = useApi();
|
||||
|
||||
const { data, isLoading, isFetched, error } = useQuery(
|
||||
['websites:metrics', websiteId, type, modified, url, referrer, os, browser, device, country],
|
||||
[
|
||||
'websites:metrics',
|
||||
{ websiteId, type, modified, url, referrer, os, browser, device, country },
|
||||
],
|
||||
() =>
|
||||
get(`/websites/${websiteId}/metrics`, {
|
||||
type,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue