fix: collection fields sort (#208)

This commit is contained in:
ChengLei Shao 2022-02-27 21:53:28 +08:00 committed by GitHub
parent 29d31b0451
commit 730a5e5735
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,6 +38,7 @@ export default {
sourceKey: 'name',
targetKey: 'name',
foreignKey: 'collectionName',
sortBy: 'sort',
},
],
} as CollectionOptions;