Connect Production release September #50

Merged
argiro.kokogiannaki merged 8 commits from develop into master 2024-09-09 12:04:16 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit c507f934a0 - Show all commits

View File

@ -187,7 +187,7 @@ export class CustomizationOptions {
if (current.identity && current.identity.mainColor && current.identity.secondaryColor) { if (current.identity && current.identity.mainColor && current.identity.secondaryColor) {
updated = new CustomizationOptions(current.identity.mainColor, current.identity.secondaryColor); updated = new CustomizationOptions(current.identity.mainColor, current.identity.secondaryColor);
} }
if(!current.identity.customCss){ if(current.identity && !current.identity.customCss){
current.identity.customCss = defaultCO.identity.customCss; current.identity.customCss = defaultCO.identity.customCss;
} }
if (!current.backgrounds) { if (!current.backgrounds) {