1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-10-03 22:57:18 +02:00

Sorting movie list by tags

This commit is contained in:
Bogdan 2024-01-11 00:41:53 +02:00
parent a931f8a69f
commit fa036f5807

View File

@ -209,7 +209,7 @@ export const defaultState = {
{
name: 'tags',
label: () => translate('Tags'),
isSortable: false,
isSortable: true,
isVisible: false
},
{