refactor: permission sholud passed without setting x-acl action (#3410)
This commit is contained in:
parent
3b60ba2cf8
commit
5a09774cf6
@ -35,7 +35,7 @@ export const InternalSubTable = observer(
|
||||
};
|
||||
return (
|
||||
<CollectionProvider name={options.target}>
|
||||
<ACLCollectionProvider actionPath={`${options.target}:${actionName}`}>
|
||||
<ACLCollectionProvider actionPath={`${options.target}:${actionName || 'view'}`}>
|
||||
<FormLayout
|
||||
className={css`
|
||||
.ant-formily-item-bordered-none {
|
||||
|
Loading…
Reference in New Issue
Block a user