mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
open update links in new tab
This commit is contained in:
parent
0cb14f3f6c
commit
e92cb29025
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ export default function UpdateNotice() {
|
|||
function handleViewClick() {
|
||||
updateCheck();
|
||||
setDismissed(true);
|
||||
location.href = releaseUrl || REPO_URL;
|
||||
open(releaseUrl || REPO_URL, '_blank');
|
||||
}
|
||||
|
||||
function handleDismissClick() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue