mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-07 14:39:25 +08:00
fix: create kanban block report error (#4332)
This commit is contained in:
parent
6380a49a56
commit
8280077f96
@ -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)' }}>
|
||||
(
|
||||
|
Loading…
x
Reference in New Issue
Block a user