Fixed: (UI) Allow albums to be sorted by monitored state

pull/3909/head
Bogdan 1 year ago
parent fae99a323a
commit 4cab9258dd

@ -43,6 +43,7 @@ export const defaultState = {
{
name: 'monitored',
columnLabel: translate('Monitored'),
isSortable: true,
isVisible: true,
isModifiable: false
},

Loading…
Cancel
Save