diff --git a/packages/core/client/src/collection-manager/interfaces/o2o.tsx b/packages/core/client/src/collection-manager/interfaces/o2o.tsx index f366b37100..d209a09c5e 100644 --- a/packages/core/client/src/collection-manager/interfaces/o2o.tsx +++ b/packages/core/client/src/collection-manager/interfaces/o2o.tsx @@ -120,7 +120,7 @@ export const o2o: IField = { 'x-component': 'Grid.Col', properties: { sourceKey: { - type: 'void', + type: 'string', title: '{{t("Source key")}}', 'x-decorator': 'FormItem', 'x-component': 'SourceKey', @@ -298,7 +298,7 @@ export const oho: IField = { 'x-component': 'Grid.Col', properties: { sourceKey: { - type: 'void', + type: 'string', title: '{{t("Source key")}}', 'x-decorator': 'FormItem', 'x-component': 'SourceKey',