mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02: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