We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4052b3d commit a3355bbCopy full SHA for a3355bb
ui/src/routes/devices.$id.tsx
@@ -439,7 +439,7 @@ export default function KvmIdRoute() {
439
const outlet = useOutlet();
440
const location = useLocation();
441
const onModalClose = useCallback(() => {
442
- if (location.pathname !== "/other-session") navigateTo("..");
+ if (location.pathname !== "/other-session") navigateTo("/");
443
}, [navigateTo, location.pathname]);
444
445
return (
0 commit comments