mirror of
https://github.com/smittix/intercept.git
synced 2026-04-25 15:20:00 -07:00
Open satellite dashboard in new tab
This commit is contained in:
@@ -331,7 +331,7 @@ const CommandPalette = (function() {
|
||||
|
||||
function goToMode(mode) {
|
||||
if (mode === 'satellite') {
|
||||
window.location.href = '/satellite/dashboard';
|
||||
window.open('/satellite/dashboard', '_blank', 'noopener');
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user