We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aca974d commit 6feb010Copy full SHA for 6feb010
apps/sim/blocks/blocks/agentmail.ts
@@ -134,7 +134,7 @@ export const AgentMailBlock: BlockConfig = {
134
},
135
{
136
id: 'text',
137
- title: 'Body (Text)',
+ title: 'Text',
138
type: 'long-input',
139
placeholder: 'Plain text email body',
140
condition: {
@@ -150,7 +150,7 @@ export const AgentMailBlock: BlockConfig = {
150
151
152
id: 'html',
153
- title: 'Body (HTML)',
+ title: 'HTML',
154
155
placeholder: '<p>HTML email body</p>',
156
0 commit comments