1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-27 22:57:09 -04:00

New: Allowed sort keys for paginated resources

This commit is contained in:
Bogdan
2024-09-16 19:49:23 +03:00
parent 3ca327f611
commit fabd40cbae
8 changed files with 73 additions and 20 deletions
@@ -42,7 +42,7 @@ import styles from './ImportListExclusions.css';
const COLUMNS: Column[] = [
{
name: 'tmdbid',
name: 'tmdbId',
label: () => translate('TMDBId'),
isVisible: true,
isSortable: true,