1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-02-24 23:02:44 +00:00

New: Manual Import rejection column is sortable

(cherry picked from commit 2f366bc3b7274200ff9d0bf1aa96408dc92206f3)
This commit is contained in:
Jake Soenneker 2021-06-21 22:35:23 -05:00 committed by Qstick
parent c24678d365
commit 3722099b02

View file

@ -69,6 +69,7 @@ const columns = [
name: icons.DANGER,
kind: kinds.DANGER
}),
isSortable: true,
isVisible: true
}
];