open update links in new tab
parent
0cb14f3f6c
commit
e92cb29025
|
@ -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…
Reference in New Issue