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