From 767d9af5a24d0deea9fc575a9f8a589cffd6646e Mon Sep 17 00:00:00 2001 From: Kiran Niranjan Date: Mon, 25 Mar 2024 12:29:42 +0530 Subject: [PATCH] SDA-4507 - Read from default after copying global config (#2118) --- src/app/config-handler.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/config-handler.ts b/src/app/config-handler.ts index e9b9b23d..e91af4b2 100644 --- a/src/app/config-handler.ts +++ b/src/app/config-handler.ts @@ -823,6 +823,8 @@ class Config { this.globalConfig as IConfig, appGlobalConfigData, ); + // After everything is set from previous SDA version + this.globalConfig = getAllUserDefaults(); return; } if (!this.installVariant || this.installVariant === '') {