fix: hide through collections

This commit is contained in:
chenos 2022-11-25 09:41:40 +08:00
parent c106565c59
commit 1213baae82

View File

@ -70,7 +70,7 @@ export const roleCollectionsSchema: ISchema = {
action: 'list',
params: {
pageSize: 20,
filter: { inherit: false },
filter: { hidden: { $isFalsy: true } },
sort: ['sort'],
appends: [],
},