Fixed tag scene order.

This commit is contained in:
DebaucheryLibrarian 2021-02-24 13:55:40 +01:00
parent fe59b23c84
commit 312c8903e4
1 changed files with 1 additions and 1 deletions

View File

@ -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),
});