From 794e73eeb6b0a5569d9e5c701343d12b58205667 Mon Sep 17 00:00:00 2001 From: Marie <51697796+ijreilly@users.noreply.github.com> Date: Tue, 23 Jul 2024 14:09:52 +0200 Subject: [PATCH] Migrate conferenceLink to type Links (#6372) --- .../common/standard-objects/calendar-event.workspace-entity.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/twenty-server/src/modules/calendar/common/standard-objects/calendar-event.workspace-entity.ts b/packages/twenty-server/src/modules/calendar/common/standard-objects/calendar-event.workspace-entity.ts index 0c9da4c7e..4bec31c85 100644 --- a/packages/twenty-server/src/modules/calendar/common/standard-objects/calendar-event.workspace-entity.ts +++ b/packages/twenty-server/src/modules/calendar/common/standard-objects/calendar-event.workspace-entity.ts @@ -137,7 +137,7 @@ export class CalendarEventWorkspaceEntity extends BaseWorkspaceEntity { @WorkspaceField({ standardId: CALENDAR_EVENT_STANDARD_FIELD_IDS.conferenceLink, - type: FieldMetadataType.LINK, + type: FieldMetadataType.LINKS, label: 'Meet Link', description: 'Meet Link', icon: 'IconLink',