mirror of
https://github.com/discourse/discourse.git
synced 2026-08-09 12:38:21 -05:00
FIX: Wizard logo step JS error (#32303)
`PreviewBase#drawPills` expects a `homepageStyle` option, but on the logo wizard page we weren't passing any. In this change we pass one of the possible values: `hot`.
This commit is contained in:
+1
-1
@@ -45,6 +45,6 @@ export default class Logo extends PreviewBaseComponent {
|
||||
imageHeight
|
||||
);
|
||||
|
||||
this.drawPills(colors, font, height / 2);
|
||||
this.drawPills(colors, font, height / 2, { homepageStyle: "hot" });
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user