mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-01-01 02:26:01 +01:00
Fixed: Editing provider/profile settings appearing to affect wrong item
This commit is contained in:
@@ -11,7 +11,7 @@ function createMapStateToProps() {
|
||||
createAllMoviesSelector(),
|
||||
(items) => {
|
||||
return {
|
||||
items: items.sort((a, b) => {
|
||||
items: [...items].sort((a, b) => {
|
||||
if (a.sortTitle < b.sortTitle) {
|
||||
return -1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user