mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 12:40:40 +08:00
FIX: do not add order param to user list unless required
This commit is contained in:
parent
d7d7ab7968
commit
c43c78cb8a
|
@ -7,7 +7,7 @@ import { observes } from 'ember-addons/ember-computed-decorators';
|
|||
export default Ember.Controller.extend({
|
||||
query: null,
|
||||
queryParams: ['order', 'ascending'],
|
||||
order: 'seen',
|
||||
order: null,
|
||||
ascending: null,
|
||||
showEmails: false,
|
||||
refreshing: false,
|
||||
|
|
Loading…
Reference in New Issue
Block a user