Skip to content

Commit c92838f

Browse files
committed
fix(findymail): add required enabled field to wandConfig entries
1 parent 27fe9e0 commit c92838f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

apps/sim/blocks/blocks/findymail.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ export const FindymailBlock: BlockConfig<FindymailResponse> = {
7878
placeholder: '["CEO", "Founder"]',
7979
condition: { field: 'operation', value: 'findymail_find_emails_by_domain' },
8080
wandConfig: {
81+
enabled: true,
8182
prompt:
8283
'Generate a JSON array of job roles/titles to target at the company (max 3). Return ONLY the JSON array - no explanations, no extra text.',
8384
placeholder: 'e.g. CEO, Founder, CTO',
@@ -152,6 +153,7 @@ export const FindymailBlock: BlockConfig<FindymailResponse> = {
152153
placeholder: '["Software Engineer", "CEO"]',
153154
condition: { field: 'operation', value: 'findymail_find_employees' },
154155
wandConfig: {
156+
enabled: true,
155157
prompt:
156158
'Generate a JSON array of job titles to search for at the company (max 10). Return ONLY the JSON array - no explanations, no extra text.',
157159
placeholder: 'e.g. Software Engineer, CEO, Product Manager',
@@ -183,6 +185,7 @@ export const FindymailBlock: BlockConfig<FindymailResponse> = {
183185
placeholder: 'React',
184186
condition: { field: 'operation', value: 'findymail_search_technologies' },
185187
wandConfig: {
188+
enabled: true,
186189
prompt:
187190
'Generate a technology search term to look up in the Findymail technology catalog. Return ONLY the search term - no explanations, no extra text.',
188191
placeholder: 'e.g. React, Stripe, Salesforce',
@@ -205,6 +208,7 @@ export const FindymailBlock: BlockConfig<FindymailResponse> = {
205208
condition: { field: 'operation', value: 'findymail_lookup_technologies' },
206209
mode: 'advanced',
207210
wandConfig: {
211+
enabled: true,
208212
prompt:
209213
'Generate a JSON array of technology names to filter by (case-insensitive). Return ONLY the JSON array - no explanations, no extra text.',
210214
placeholder: 'e.g. React, TypeScript, Node.js',

0 commit comments

Comments
 (0)