mirror of
https://github.com/henrygd/beszel.git
synced 2026-03-25 06:56:17 +01:00
move alerts ui to sheet component
This commit is contained in:
@@ -45,7 +45,7 @@ export function Link(props: React.AnchorHTMLAttributes<HTMLAnchorElement>) {
|
||||
if (e.ctrlKey || e.metaKey) {
|
||||
window.open(href, "_blank")
|
||||
} else {
|
||||
$router.open(href)
|
||||
navigate(href)
|
||||
props.onClick?.(e)
|
||||
}
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user