mirror of https://github.com/Sonarr/Sonarr
New: Manual Import rejection column is sortable
This commit is contained in:
parent
49e90463e5
commit
2f366bc3b7
|
@ -75,6 +75,7 @@ const columns = [
|
|||
name: icons.DANGER,
|
||||
kind: kinds.DANGER
|
||||
}),
|
||||
isSortable: true,
|
||||
isVisible: true
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue