Fixed: Sort artists by genre on index table view
This commit is contained in:
@@ -151,7 +151,7 @@ export const defaultState = {
|
||||
{
|
||||
name: 'genres',
|
||||
label: () => translate('Genres'),
|
||||
isSortable: false,
|
||||
isSortable: true,
|
||||
isVisible: false
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user