mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
FIX: users tab in admin panel doesn’t stay highlighted
This commit is contained in:
parent
dba57a4a25
commit
bbb23bb736
2 changed files with 6 additions and 2 deletions
|
@ -0,0 +1,5 @@
|
|||
export default Discourse.Route.extend({
|
||||
redirect: function() {
|
||||
this.replaceWith('adminUsersList.show', 'active');
|
||||
}
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue