mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Fixed: (UI) Allow albums to be sorted by monitored state
This commit is contained in:
parent
fae99a323a
commit
4cab9258dd
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ export const defaultState = {
|
||||||
{
|
{
|
||||||
name: 'monitored',
|
name: 'monitored',
|
||||||
columnLabel: translate('Monitored'),
|
columnLabel: translate('Monitored'),
|
||||||
|
isSortable: true,
|
||||||
isVisible: true,
|
isVisible: true,
|
||||||
isModifiable: false
|
isModifiable: false
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue