fix Bug 62347 - Settings:Branding.

This commit is contained in:
Anton Suhorukov 2023-08-07 13:34:29 +03:00
parent 3172e6e100
commit 1286039f65

View File

@ -431,7 +431,7 @@ public class TenantWhiteLabelSettingsHelper
await SetLogo(tenantWhiteLabelSettings, currentLogoType, extDark, darkData, true, storage);
}
tenantWhiteLabelSettings.SetExt(currentLogoType, extLight);
tenantWhiteLabelSettings.SetExt(currentLogoType, extLight ?? extDark);
tenantWhiteLabelSettings.SetIsDefault(currentLogoType, false);
}
}