From 36e29e9c2f01345a66238c80576c3979e0caec5f Mon Sep 17 00:00:00 2001 From: Mustafa Uzun Date: Thu, 24 Aug 2023 16:14:23 +0300 Subject: [PATCH] fix: storage key typo --- src/types/SecuredStorageKeys.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }