mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 09:17:23 +00:00
fix(collection-manger): incorrect scope key parameter
(cherry picked from commit 38421ae096
)
This commit is contained in:
parent
5129fc8f46
commit
fd21447810
@ -7,7 +7,7 @@ export default {
|
||||
timestamps: false,
|
||||
sortable: {
|
||||
name: 'sort',
|
||||
scopeKey: 'parentKey',
|
||||
scopeKey: 'collectionName',
|
||||
},
|
||||
indexes: [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user