mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 05:29:26 +08:00
fix: configureActions undefined (#6479)
This commit is contained in:
parent
5144d47eb9
commit
982c6fd5bf
@ -458,7 +458,7 @@ const CollectionFieldsInternal = () => {
|
|||||||
schema={{
|
schema={{
|
||||||
type: 'object',
|
type: 'object',
|
||||||
properties: {
|
properties: {
|
||||||
...targetTemplate.configureActions,
|
...targetTemplate?.configureActions,
|
||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user