fix: hide through collections
This commit is contained in:
parent
c106565c59
commit
1213baae82
@ -70,7 +70,7 @@ export const roleCollectionsSchema: ISchema = {
|
|||||||
action: 'list',
|
action: 'list',
|
||||||
params: {
|
params: {
|
||||||
pageSize: 20,
|
pageSize: 20,
|
||||||
filter: { inherit: false },
|
filter: { hidden: { $isFalsy: true } },
|
||||||
sort: ['sort'],
|
sort: ['sort'],
|
||||||
appends: [],
|
appends: [],
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user