mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
FIX: Loading more was broken on topic list after changing sort order
This commit is contained in:
parent
53ca51654d
commit
56cd381ff8
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ const TopicList = RestModel.extend({
|
|||
|
||||
topics.clear();
|
||||
topics.pushObjects(newTopics);
|
||||
self.setProperties({ loaded: true, more_topics_url: newTopics.get('more_topics_url') });
|
||||
self.setProperties({ loaded: true, more_topics_url: tl.get('topic_list.more_topics_url') });
|
||||
});
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue