mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
parent
b10ec55f65
commit
91d57c2f30
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ var PaginationControllerMixin = Ember.Mixin.create({
|
|||
|
||||
resetPagination: function () {
|
||||
this.set('paginationSettings.page', 1);
|
||||
this.store.setMetaDataFor('tag', {pagination: undefined});
|
||||
this.store.setMetadataFor('tag', {pagination: undefined});
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue