Skip to content

Commit 5cbb712

Browse files
committed
fix(attio): update api slug placeholder text
1 parent 9fd2ff0 commit 5cbb712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/sim/blocks/blocks/attio.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ Return ONLY the JSON array. No explanations, no markdown, no extra text.
575575
id: 'listApiSlug',
576576
title: 'API Slug',
577577
type: 'short-input',
578-
placeholder: 'e.g. my_list (optional, auto-generated)',
578+
placeholder: 'e.g. my_list (auto-generated from name)',
579579
condition: { field: 'operation', value: ['create_list', 'update_list'] },
580580
mode: 'advanced',
581581
},

0 commit comments

Comments
 (0)