diff --git a/schemas/index.ts b/schemas/index.ts index 7d7825e85..7d22cb32f 100644 --- a/schemas/index.ts +++ b/schemas/index.ts @@ -336,11 +336,11 @@ function getFieldMapFromRawCustomFields( } if (typeof target === 'string') { - (field as TargetField).target === 'target'; + (field as TargetField).target = target; } if (typeof references === 'string') { - (field as DynamicLinkField).references === 'references'; + (field as DynamicLinkField).references = references; } map[parent].push(field);