Fixed: Collections not sorting properly on Index

Fixes #7577
This commit is contained in:
Qstick 2022-09-08 20:02:18 -05:00
parent b9185574f3
commit 6542119402
1 changed files with 1 additions and 1 deletions

View File

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