forked from DebaucheryLibrarian/traxxx
Fixed tag scene order.
This commit is contained in:
@@ -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),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user