1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-22 22:16:13 -04:00

Guard against using invalid sort keys

This commit is contained in:
Bogdan
2024-09-21 20:12:01 +03:00
committed by GitHub
parent 85f53e8cb1
commit fca8c36156
10 changed files with 74 additions and 30 deletions
@@ -110,7 +110,6 @@ export const defaultState = {
{
name: 'actions',
columnLabel: () => translate('Actions'),
isSortable: true,
isVisible: true,
isModifiable: false
}