mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Fix the build.
Make prettier happy.
This commit is contained in:
parent
26186ee6af
commit
e4b8121650
@ -109,7 +109,9 @@ export default Controller.extend(BulkTopicSelection, FilterModeMixin, {
|
||||
this.setProperties({ order, ascending: false });
|
||||
}
|
||||
|
||||
this.transitionToRoute({ queryParams: { order, ascending: this.ascending }});
|
||||
this.transitionToRoute({
|
||||
queryParams: { order, ascending: this.ascending }
|
||||
});
|
||||
},
|
||||
|
||||
toggleInfo() {
|
||||
|
Loading…
Reference in New Issue
Block a user