Fixed tag scene order.
This commit is contained in:
parent
fe59b23c84
commit
312c8903e4
|
@ -97,7 +97,7 @@ function initTagsActions(store, _router) {
|
|||
limit,
|
||||
after,
|
||||
before,
|
||||
orderBy: orderBy === 'DATE_DESC' ? 'DATE_DESC' : 'DATE_ASC',
|
||||
orderBy,
|
||||
offset: Math.max(0, (pageNumber - 1)) * limit,
|
||||
exclude: store.state.ui.tagFilter.filter(tagFilter => tagFilter !== tagSlug),
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue