diff --git a/packages/plugins/@nocobase/plugin-kanban/src/client/CreateAndSelectSort/index.tsx b/packages/plugins/@nocobase/plugin-kanban/src/client/CreateAndSelectSort/index.tsx index 0794c17a64..cce2efb21b 100644 --- a/packages/plugins/@nocobase/plugin-kanban/src/client/CreateAndSelectSort/index.tsx +++ b/packages/plugins/@nocobase/plugin-kanban/src/client/CreateAndSelectSort/index.tsx @@ -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 ( (