mirror of
https://github.com/discourse/discourse.git
synced 2026-08-11 05:25:16 -05:00
FIX: Wizard previews if color step is excluded (#9881)
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user