mirror of
https://github.com/umami-software/umami.git
synced 2026-02-11 16:17:13 +01:00
fix reset/delete
This commit is contained in:
parent
c147742d7a
commit
bce4476d12
4 changed files with 28 additions and 24 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 = 600000 }) {
|
||||
export default function ActiveUsers({ websiteId, className, value, interval = 60000 }) {
|
||||
const url = websiteId ? `/websites/${websiteId}/active` : null;
|
||||
const { data } = useFetch(url, {
|
||||
interval,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue