fix: configureActions undefined (#6479)

This commit is contained in:
Katherine 2025-03-17 09:34:53 +08:00 committed by GitHub
parent 5144d47eb9
commit 982c6fd5bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -458,7 +458,7 @@ const CollectionFieldsInternal = () => {
schema={{ schema={{
type: 'object', type: 'object',
properties: { properties: {
...targetTemplate.configureActions, ...targetTemplate?.configureActions,
}, },
}} }}
/> />