diff --git a/apps/desktop/src/renderer/routes/_authenticated/_dashboard/workspace/$workspaceId/hooks/usePresetHotkeys.ts b/apps/desktop/src/renderer/routes/_authenticated/_dashboard/workspace/$workspaceId/hooks/usePresetHotkeys.ts index c0e96233167..6232b8a8a74 100644 --- a/apps/desktop/src/renderer/routes/_authenticated/_dashboard/workspace/$workspaceId/hooks/usePresetHotkeys.ts +++ b/apps/desktop/src/renderer/routes/_authenticated/_dashboard/workspace/$workspaceId/hooks/usePresetHotkeys.ts @@ -1,7 +1,7 @@ import { useAppHotkey } from "renderer/stores/hotkeys"; import type { HotkeyId } from "shared/hotkeys"; -const PRESET_HOTKEY_IDS: HotkeyId[] = [ +export const PRESET_HOTKEY_IDS: HotkeyId[] = [ "OPEN_PRESET_1", "OPEN_PRESET_2", "OPEN_PRESET_3", diff --git a/apps/desktop/src/renderer/screens/main/components/WorkspaceSidebar/PortsList/PortsList.tsx b/apps/desktop/src/renderer/screens/main/components/WorkspaceSidebar/PortsList/PortsList.tsx index 5f7c148afab..12813863547 100644 --- a/apps/desktop/src/renderer/screens/main/components/WorkspaceSidebar/PortsList/PortsList.tsx +++ b/apps/desktop/src/renderer/screens/main/components/WorkspaceSidebar/PortsList/PortsList.tsx @@ -24,7 +24,7 @@ export function PortsList() { }; return ( -
+