Skip to content

Commit cd0b2c3

Browse files
fix(enrichment): require work email company domain
1 parent f890c89 commit cd0b2c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/sim/enrichments/work-email/work-email.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const workEmailEnrichment: EnrichmentConfig = {
2020
icon: Mail,
2121
inputs: [
2222
{ id: 'fullName', name: 'Full name', type: 'string', required: true },
23-
{ id: 'companyDomain', name: 'Company domain', type: 'string' },
23+
{ id: 'companyDomain', name: 'Company domain', type: 'string', required: true },
2424
{ id: 'linkedinUrl', name: 'LinkedIn URL', type: 'string' },
2525
],
2626
outputs: [{ id: 'email', name: 'email', type: 'string' }],

0 commit comments

Comments
 (0)