FIX: Wizard previews if color step is excluded (#9881)

This commit is contained in:
Mark VanLandingham
2020-05-26 12:56:36 -05:00
committed by GitHub
parent a6189c5070
commit 7820686f73
2 changed files with 12 additions and 2 deletions
@@ -28,7 +28,7 @@ const Wizard = EmberObject.extend({
getCurrentColors(schemeId) {
const colorStep = this.steps.findBy("id", "colors");
if (!colorStep) {
return;
return this.current_color_scheme;
}
const themeChoice = colorStep.get("fieldsById.theme_previews");