mirror of https://github.com/Radarr/Radarr
New: Manual Import rejection column is sortable
(cherry picked from commit 2f366bc3b7274200ff9d0bf1aa96408dc92206f3) Co-authored-by: Jake Soenneker <soenneker@users.noreply.github.com>
This commit is contained in:
parent
8fd6c72037
commit
9ef0906da1
|
@ -64,6 +64,7 @@ const columns = [
|
|||
name: icons.DANGER,
|
||||
kind: kinds.DANGER
|
||||
}),
|
||||
isSortable: true,
|
||||
isVisible: true
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue