diff --git a/apps/sim/blocks/blocks/calcom.ts b/apps/sim/blocks/blocks/calcom.ts index 92dfc1083..1b7207639 100644 --- a/apps/sim/blocks/blocks/calcom.ts +++ b/apps/sim/blocks/blocks/calcom.ts @@ -119,7 +119,7 @@ Return ONLY the timestamp string - no explanations or quotes.`, type: 'short-input', placeholder: 'Enter attendee name', condition: { field: 'operation', value: 'calcom_create_booking' }, - required: { field: 'operation', value: 'calcom_create_booking' }, + required: true, }, { id: 'attendeeEmail', @@ -134,7 +134,7 @@ Return ONLY the timestamp string - no explanations or quotes.`, type: 'short-input', placeholder: 'e.g., America/New_York, Europe/London', condition: { field: 'operation', value: 'calcom_create_booking' }, - required: { field: 'operation', value: 'calcom_create_booking' }, + required: true, }, { id: 'attendeePhone',