diff --git a/packages/insomnia/src/ui/routes/organization.tsx b/packages/insomnia/src/ui/routes/organization.tsx index 755389a16c..b901e9a999 100644 --- a/packages/insomnia/src/ui/routes/organization.tsx +++ b/packages/insomnia/src/ui/routes/organization.tsx @@ -249,9 +249,9 @@ async function migrateProjectsUnderOrganization(personalOrganizationId: string, async function syncStorageRule(sessionId: string, organizationId: string) { try { const storageRule = await insomniaFetch({ - method: 'GET', - path: `/v1/organizations/${organizationId}/storage-rule`, - sessionId, + method: 'GET', + path: `/v1/organizations/${organizationId}/storage-rule`, + sessionId, }); invariant(storageRule, 'Failed to load storageRule'); @@ -957,14 +957,14 @@ const OrganizationRoute = () => { {status === 'online' && asyncTaskStatus !== 'idle' ? ( @@ -978,43 +978,43 @@ const OrganizationRoute = () => { ) : ( - - - {user - ? status === 'online' ? 'You have connectivity to the Internet' + (settings.proxyEnabled ? ' via the configured proxy' : '') + '.' - : 'You are offline. Connect to sync your data.' - : 'Log in to Insomnia to unlock the full product experience.'} - - + + + {user + ? status === 'online' ? 'You have connectivity to the Internet' + (settings.proxyEnabled ? ' via the configured proxy' : '') + '.' + : 'You are offline. Connect to sync your data.' + : 'Log in to Insomnia to unlock the full product experience.'} + + )}