mirror of
https://github.com/umami-software/umami.git
synced 2026-02-07 22:27:16 +01:00
Update version check. Updated packages.
This commit is contained in:
parent
77db711a67
commit
9edf657e25
7 changed files with 106 additions and 77 deletions
|
|
@ -8,7 +8,7 @@ import useForceUpdate from '../../hooks/useForceUpdate';
|
|||
|
||||
export default function UpdateNotice() {
|
||||
const forceUpdte = useForceUpdate();
|
||||
const { hasUpdate, latest, updateCheck } = useVersion();
|
||||
const { hasUpdate, latest, updateCheck } = useVersion(true);
|
||||
|
||||
function handleViewClick() {
|
||||
location.href = 'https://github.com/mikecao/umami/releases';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue