mirror of
https://github.com/umami-software/umami.git
synced 2026-02-06 13:47:15 +01:00
checkpoint
This commit is contained in:
parent
cef365bb55
commit
20b8337e35
34 changed files with 620 additions and 222 deletions
|
|
@ -5,7 +5,7 @@ import useFetch from 'hooks/useFetch';
|
|||
import Dot from 'components/common/Dot';
|
||||
import styles from './ActiveUsers.module.css';
|
||||
|
||||
export default function ActiveUsers({ websiteId, className, value, interval = 60000 }) {
|
||||
export default function ActiveUsers({ websiteId, className, value, interval = 60000000 }) {
|
||||
const url = websiteId ? `/website/${websiteId}/active` : null;
|
||||
const { data } = useFetch(url, {
|
||||
interval,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue