FIX: Loading more was broken on topic list after changing sort order
This commit is contained in:
parent
53ca51654d
commit
56cd381ff8
|
@ -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 New Issue