diff --git a/apps/studio/components/interfaces/Account/Preferences/HotkeySettings.tsx b/apps/studio/components/interfaces/Account/Preferences/HotkeySettings.tsx index 4d92c83a137c0..cf89c8a4d1d78 100644 --- a/apps/studio/components/interfaces/Account/Preferences/HotkeySettings.tsx +++ b/apps/studio/components/interfaces/Account/Preferences/HotkeySettings.tsx @@ -6,7 +6,7 @@ import { KeyboardShortcut, Toggle } from 'ui' export const HotkeySettings = () => { const [inlineEditorEnabled, setInlineEditorEnabled] = useLocalStorageQuery( - LOCAL_STORAGE_KEYS.HOTKEY_INLINE_EDITOR, + LOCAL_STORAGE_KEYS.HOTKEY_SIDEBAR(SIDEBAR_KEYS.EDITOR_PANEL), true ) const [commandMenuEnabled, setCommandMenuEnabled] = useLocalStorageQuery( diff --git a/apps/studio/components/interfaces/Support/SubjectAndSuggestionsInfo.tsx b/apps/studio/components/interfaces/Support/SubjectAndSuggestionsInfo.tsx index 3347129c2e456..5e370b95a04eb 100644 --- a/apps/studio/components/interfaces/Support/SubjectAndSuggestionsInfo.tsx +++ b/apps/studio/components/interfaces/Support/SubjectAndSuggestionsInfo.tsx @@ -54,7 +54,7 @@ interface GitHubDiscussionSuggestionProps { function GitHubDiscussionSuggestion({ subject }: GitHubDiscussionSuggestionProps) { return (
- Check our + Check our - for a quick answer + for a quick answer
) } diff --git a/apps/studio/components/interfaces/Support/SupportFormPage.tsx b/apps/studio/components/interfaces/Support/SupportFormPage.tsx index 064a4c6fe22ab..4043ef900a104 100644 --- a/apps/studio/components/interfaces/Support/SupportFormPage.tsx +++ b/apps/studio/components/interfaces/Support/SupportFormPage.tsx @@ -23,8 +23,8 @@ import type { SupportFormValues } from './SupportForm.schema' import { createInitialSupportFormState, type SupportFormActions, - type SupportFormState, supportFormReducer, + type SupportFormState, } from './SupportForm.state' import { SupportFormV2 } from './SupportFormV2' import { useSupportForm } from './useSupportForm' @@ -125,7 +125,7 @@ function SupportFormHeader() {- {template.description} -
-+ {template.description} +
- {errorText}
-
- ))
- ) : (
- {error.error}
- )} + router.push(`/project/${ref}/sql/${snippet.id}`) + handleClosePanel() + }} + /> + +
+ {errorText}
+
+ ))
+ ) : (
+ {error?.error}
+ )}- - {results.length} rows{results.length >= 100 && ` (Limited to only 100 rows)`} - - -
-- Success. No rows returned. -
-+ Success. No rows returned. +