Skip to content

Commit 4c9d717

Browse files
committed
search param missplaced
1 parent 008e018 commit 4c9d717

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

apps/sim/blocks/blocks/instantly.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -300,12 +300,7 @@ export const InstantlyBlock: BlockConfig<InstantlyResponse> = {
300300
placeholder: 'Search term',
301301
condition: {
302302
field: 'operation',
303-
value: [
304-
...LEAD_LIST_OPERATIONS,
305-
...CAMPAIGN_LIST_OPERATIONS,
306-
...EMAIL_LIST_OPERATIONS,
307-
...LEAD_LIST_LIST_OPERATIONS,
308-
],
303+
value: [...LEAD_LIST_OPERATIONS, ...CAMPAIGN_LIST_OPERATIONS, ...LEAD_LIST_LIST_OPERATIONS],
309304
},
310305
},
311306
{

0 commit comments

Comments
 (0)