Closes #3854
@ -144,6 +144,15 @@ function SeriesIndexSortMenu(props) {
>
Size on Disk
</SortMenuItem>
<SortMenuItem
name="tags"
sortKey={sortKey}
sortDirection={sortDirection}
onPress={onSortSelect}
Tags
</MenuContent>
</SortMenu>
);
@ -55,7 +55,7 @@ export const defaultState = {
{
name: 'languageProfileId',
label: 'Language Profile',
isSortable: false,
isSortable: true,
isVisible: true
},
@ -85,7 +85,7 @@ export const defaultState = {
name: 'tags',
label: 'Tags',
}
],
@ -171,7 +171,7 @@ export const defaultState = {
isVisible: false