fix: bulk edit form acl action error (#4166)

This commit is contained in:
katherinehhh 2024-04-25 20:14:37 +08:00 committed by GitHub
parent 6300ccae23
commit 3a0ade464a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@ export function createBulkEditBlockUISchema(options: {
'x-acl-action-props': {
skipScopeCheck: true,
},
'x-acl-action': `${resourceName}:create`,
'x-acl-action': `${resourceName}:update`,
'x-decorator': 'FormBlockProvider',
'x-decorator-props': {
dataSource,