diff --git a/src/types/SecuredStorageKeys.tsx b/src/types/SecuredStorageKeys.tsx index 6de47ea71..b73945874 100644 --- a/src/types/SecuredStorageKeys.tsx +++ b/src/types/SecuredStorageKeys.tsx @@ -4,6 +4,6 @@ export enum SecuredStorageKey { NAVIGATION_STATE = 'navigationState', MIGRATION_VERSION = 'migrationVersion', TENANTS = 'tenants', - ENDPOINTS = 'endpoinst', + ENDPOINTS = 'endpoints', SETTINGS = 'settings' }