Fixed an issue with switching the preset themes

pull/1653/merge
Jamie 7 years ago
parent 8170dcb297
commit 8cbf2ab707

@ -31,7 +31,7 @@ export class CustomizationComponent implements OnInit {
}
}
if(x.hasPresetTheme) {
this.themes.unshift({displayName: x.presetThemeDisplayName, fullName: x.presetThemeName, url: "", version: x.presetThemeVersion});
this.themes.unshift({displayName: x.presetThemeDisplayName, fullName: x.presetThemeName, url: existingTheme.url, version: x.presetThemeVersion});
this.themes.unshift({displayName: "None", fullName: "None", url: "", version: ""});
} else {
this.themes.unshift({displayName: "Please Select", fullName: "-1", url: "-1", version: ""});

Loading…
Cancel
Save