1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-19 21:46:43 -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
@@ -48,7 +48,7 @@ const COLUMNS: Column[] = [
isSortable: true,
},
{
name: 'tvdbid',
name: 'tvdbId',
label: () => translate('TvdbId'),
isVisible: true,
isSortable: true,
@@ -110,7 +110,6 @@ export const defaultState = {
{
name: 'actions',
columnLabel: () => translate('Actions'),
isSortable: true,
isVisible: true,
isModifiable: false
}