diff --git a/packages/hoppscotch-common/src/newstore/settings.ts b/packages/hoppscotch-common/src/newstore/settings.ts index 778de8d47..351f2c33d 100644 --- a/packages/hoppscotch-common/src/newstore/settings.ts +++ b/packages/hoppscotch-common/src/newstore/settings.ts @@ -119,10 +119,8 @@ export const getDefaultSettings = (): SettingsDef => { // Wait for platform to initialize before setting CURRENT_INTERCEPTOR_ID nextTick(() => { - applySetting( - "CURRENT_INTERCEPTOR_ID", + defaultSettings.CURRENT_INTERCEPTOR_ID = platform?.interceptors.default || "browser" - ) }) return defaultSettings