mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
FIX: do not add order param to user list unless required
This commit is contained in:
parent
d7d7ab7968
commit
c43c78cb8a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue