Fixed: Collections not sorting properly on Index

Fixes #7577
pull/7595/head
Qstick 2 years ago
parent b9185574f3
commit 6542119402

@ -227,7 +227,7 @@ export const defaultState = {
collection: function(item) {
const { collection ={} } = item;
return collection.name;
return collection.title;
},
originalLanguage: function(item) {

Loading…
Cancel
Save