fix(collection-manger): incorrect scope key parameter
(cherry picked from commit 38421ae0966b4a38c6e7e4f149bf3a911cb4f415)
This commit is contained in:
parent
5129fc8f46
commit
fd21447810
@ -7,7 +7,7 @@ export default {
|
|||||||
timestamps: false,
|
timestamps: false,
|
||||||
sortable: {
|
sortable: {
|
||||||
name: 'sort',
|
name: 'sort',
|
||||||
scopeKey: 'parentKey',
|
scopeKey: 'collectionName',
|
||||||
},
|
},
|
||||||
indexes: [
|
indexes: [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user