mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-07-01 18:52:20 +08:00
Merge branch 'next' into develop
This commit is contained in:
commit
0a801f655e
@ -66,7 +66,7 @@ export const createFormBlockSettings = new SchemaSettings({
|
||||
useVisible() {
|
||||
const { action } = useFormBlockContext();
|
||||
const schema = useFieldSchema();
|
||||
return !action && schema?.['x-acl-action'].includes('create');
|
||||
return !action && schema?.['x-acl-action']?.includes('create');
|
||||
},
|
||||
useComponentProps() {
|
||||
const { name } = useCollection_deprecated();
|
||||
|
Loading…
x
Reference in New Issue
Block a user