From bf17a7236969824c0d62145caba7b1832622455a Mon Sep 17 00:00:00 2001 From: yznahmad Date: Sat, 21 Jun 2025 03:07:40 +0300 Subject: [PATCH] Add scheduleregdww5sudfw side ddd n --- webapp/src/redux/features/settings-slice.ts | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/webapp/src/redux/features/settings-slice.ts b/webapp/src/redux/features/settings-slice.ts index 616328a..68fcb23 100644 --- a/webapp/src/redux/features/settings-slice.ts +++ b/webapp/src/redux/features/settings-slice.ts @@ -33,16 +33,7 @@ type SettingsState = { loadedFirstTime: boolean, } -// Add this to your settings slice -const initialState = { - value: { - authRedirectPage: '/dashboard', - // Add default values for all settings - currencySymbol: '$', // Default currency symbol - // Add other default settings here - } -}; - +// Defining the initial state with default values const initialState = { value: { authRedirectPage: '/dashboard', @@ -63,7 +54,7 @@ const initialState = { `, - currencySymbol : null + currencySymbol : "$" }, isUpdatingGeneralSettings: false, isLoadingSettings: false,