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 (
|
return (
|
||||||
<CollectionProvider name={options.target}>
|
<CollectionProvider name={options.target}>
|
||||||
<ACLCollectionProvider actionPath={`${options.target}:${actionName}`}>
|
<ACLCollectionProvider actionPath={`${options.target}:${actionName || 'view'}`}>
|
||||||
<FormLayout
|
<FormLayout
|
||||||
className={css`
|
className={css`
|
||||||
.ant-formily-item-bordered-none {
|
.ant-formily-item-bordered-none {
|
||||||
|
Loading…
Reference in New Issue
Block a user