diff --git a/packages/plugins/collection-manager/src/collections/collections.ts b/packages/plugins/collection-manager/src/collections/collections.ts index b3d52dc87..f83eb77ff 100644 --- a/packages/plugins/collection-manager/src/collections/collections.ts +++ b/packages/plugins/collection-manager/src/collections/collections.ts @@ -60,6 +60,7 @@ export default { foreignKey: 'collectionName', otherKey: 'categoryId', targetKey: 'id', + sortBy: 'sort', through: 'collectionCategory', }, ],