diff --git a/src/Explorer/Panes/SettingsPane/SettingsPane.tsx b/src/Explorer/Panes/SettingsPane/SettingsPane.tsx index f9ac0773b..377d6399d 100644 --- a/src/Explorer/Panes/SettingsPane/SettingsPane.tsx +++ b/src/Explorer/Panes/SettingsPane/SettingsPane.tsx @@ -724,30 +724,6 @@ export const SettingsPane: FunctionComponent<{ explorer: Explorer }> = ({ - - Default Query Results View - - - - - Select the default view to use when displaying query results. - - - - - - > - )} - - {(userContext.apiType === "SQL" || userContext.apiType === "Tables" || userContext.apiType === "Gremlin") && ( - <> - Region Selection @@ -772,6 +748,30 @@ export const SettingsPane: FunctionComponent<{ explorer: Explorer }> = ({ + + + Default Query Results View + + + + + Select the default view to use when displaying query results. + + + + + + > + )} + + {(userContext.apiType === "SQL" || userContext.apiType === "Tables" || userContext.apiType === "Gremlin") && ( + <> Retry Settings