fix: collection categories need to be sorted
This commit is contained in:
parent
83bca97db0
commit
d08c7833ee
@ -60,6 +60,7 @@ export default {
|
|||||||
foreignKey: 'collectionName',
|
foreignKey: 'collectionName',
|
||||||
otherKey: 'categoryId',
|
otherKey: 'categoryId',
|
||||||
targetKey: 'id',
|
targetKey: 'id',
|
||||||
|
sortBy: 'sort',
|
||||||
through: 'collectionCategory',
|
through: 'collectionCategory',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user