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

This commit is contained in:
Bogdan 2023-07-22 21:43:43 +03:00
parent fae99a323a
commit 4cab9258dd
1 changed files with 1 additions and 0 deletions

View File

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