fix: create kanban block report error (#4332)

This commit is contained in:
katherinehhh 2024-05-13 16:54:03 +08:00 committed by GitHub
parent 6380a49a56
commit 8280077f96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,7 +38,7 @@ export const CreateAndSelectSort = (props) => {
});
const ScopekeyDescription = ({ scopeKey }) => {
const field = scopeKey && collectionFields.find((v) => v.name === scopeKey);
const result = scopeKey && compile(field['uiSchema']?.['title']);
const result = scopeKey && compile(field?.['uiSchema']?.['title']);
return (
<span style={{ color: 'rgba(0, 0, 0, 0.25)' }}>
(