1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-19 21:46:50 -04:00

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:
servarr[bot]
2021-06-24 08:40:00 +01:00
committed by GitHub
parent 8fd6c72037
commit 9ef0906da1
@@ -64,6 +64,7 @@ const columns = [
name: icons.DANGER,
kind: kinds.DANGER
}),
isSortable: true,
isVisible: true
}
];