mirror of
https://github.com/Radarr/Radarr
synced 2026-01-30 11:22:22 +01:00
Sorting movie list by tags
This commit is contained in:
parent
a931f8a69f
commit
fa036f5807
1 changed files with 1 additions and 1 deletions
|
|
@ -209,7 +209,7 @@ export const defaultState = {
|
|||
{
|
||||
name: 'tags',
|
||||
label: () => translate('Tags'),
|
||||
isSortable: false,
|
||||
isSortable: true,
|
||||
isVisible: false
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue