mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 20:08:26 +00:00
FIX: clicking on themes while editing left a blank screen
This commit is contained in:
parent
3f4f0b32a9
commit
43e4fc03ef
@ -0,0 +1,5 @@
|
||||
export default Ember.Route.extend({
|
||||
setupController() {
|
||||
this.controllerFor("adminCustomizeThemes").set("editingTheme", false);
|
||||
},
|
||||
});
|
@ -8,7 +8,6 @@ export default Ember.Route.extend({
|
||||
|
||||
setupController(controller, model) {
|
||||
this._super(controller, model);
|
||||
// TODO ColorScheme to model
|
||||
controller.set("editingTheme", false);
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user