mirror of
https://github.com/discourse/discourse.git
synced 2025-05-25 19:01:27 +08:00
UX: Enabled sorting for more columns in admin user list (#7208)
This commit is contained in:
@ -87,8 +87,8 @@ export default Ember.Controller.extend(CanCheckEmails, {
|
||||
);
|
||||
},
|
||||
|
||||
showEmails: function() {
|
||||
this.set("showEmails", true);
|
||||
toggleEmailVisibility: function() {
|
||||
this.toggleProperty("showEmails");
|
||||
this._refreshUsers();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user