mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-27 23:06:29 -04:00
Guard against using invalid sort keys
This commit is contained in:
@@ -48,7 +48,7 @@ const COLUMNS: Column[] = [
|
||||
isSortable: true,
|
||||
},
|
||||
{
|
||||
name: 'tvdbid',
|
||||
name: 'tvdbId',
|
||||
label: () => translate('TvdbId'),
|
||||
isVisible: true,
|
||||
isSortable: true,
|
||||
|
||||
Reference in New Issue
Block a user