1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-01-03 13:45:02 +00:00

New: Manual Import rejection column is sortable

This commit is contained in:
Jake Soenneker 2021-06-21 22:35:23 -05:00 committed by GitHub
parent 49e90463e5
commit 2f366bc3b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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