Tag page: load sort option from storage
This commit is contained in:
parent
069b88d6fd
commit
cd12628565
|
@ -15,7 +15,7 @@ export default function TagPage() {
|
||||||
querySortOptions={{
|
querySortOptions={{
|
||||||
defaultSort: 'newest',
|
defaultSort: 'newest',
|
||||||
defaultFilter: 'all',
|
defaultFilter: 'all',
|
||||||
shouldLoadFromStorage: false,
|
shouldLoadFromStorage: true,
|
||||||
}}
|
}}
|
||||||
additionalFilter={{ tag }}
|
additionalFilter={{ tag }}
|
||||||
showCategorySelector={false}
|
showCategorySelector={false}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user