mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
FIX: Admin section wasn't correctly highlighting some routes
This commit is contained in:
parent
e82145cbf9
commit
1bf2b236cb
5 changed files with 9 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
export default Ember.Route.extend({
|
||||
beforeModel() {
|
||||
this.replaceWith('adminCustomize.colors');
|
||||
this.transitionTo('adminCustomize.colors');
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue