diff --git a/packages/plugin-collections/src/models/field.ts b/packages/plugin-collections/src/models/field.ts index 7e2d1269e..e4cf5be71 100644 --- a/packages/plugin-collections/src/models/field.ts +++ b/packages/plugin-collections/src/models/field.ts @@ -103,7 +103,7 @@ export class FieldModel extends BaseModel { if (targetField) { labelField = targetField.get('name'); } - const collection = await this.getCollection(); + const collection = await this.getCollection(options); let targetOptions:any = { ...types.linkTo.options, interface: 'linkTo',