SDA-4507 - Read from default after copying global config (#2118)

This commit is contained in:
Kiran Niranjan 2024-03-25 12:29:42 +05:30 committed by GitHub
parent e1dbc8eb0c
commit 767d9af5a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 === '') {