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', name: 'monitored',
columnLabel: translate('Monitored'), columnLabel: translate('Monitored'),
isSortable: true,
isVisible: true, isVisible: true,
isModifiable: false isModifiable: false
}, },

Loading…
Cancel
Save