diff --git a/app/client/src/ce/reducers/settingsReducer.ts b/app/client/src/ce/reducers/settingsReducer.ts index 19d4e084a3..63331637e3 100644 --- a/app/client/src/ce/reducers/settingsReducer.ts +++ b/app/client/src/ce/reducers/settingsReducer.ts @@ -8,7 +8,7 @@ import type { TenantReduxState } from "@appsmith/reducers/tenantReducer"; import { tenantConfigConnection } from "@appsmith/constants/tenantConstants"; export const initialState: SettingsReduxState = { - isLoading: false, + isLoading: true, isSaving: false, isRestarting: false, showReleaseNotes: false,