Update authors sort

This commit is contained in:
advplyr 2024-03-07 12:26:04 -06:00
parent d24427aad8
commit 305689d513
2 changed files with 19 additions and 24 deletions

View file

@ -13,7 +13,7 @@ export const state = () => ({
seriesSortDesc: false,
seriesFilterBy: 'all',
authorSortBy: 'name',
authorSortDesc: false,
authorSortDesc: false
}
})