Skip to content

Commit 6feb010

Browse files
committed
fix(agentmail): clean up subBlock titles
1 parent aca974d commit 6feb010

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/sim/blocks/blocks/agentmail.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ export const AgentMailBlock: BlockConfig = {
134134
},
135135
{
136136
id: 'text',
137-
title: 'Body (Text)',
137+
title: 'Text',
138138
type: 'long-input',
139139
placeholder: 'Plain text email body',
140140
condition: {
@@ -150,7 +150,7 @@ export const AgentMailBlock: BlockConfig = {
150150
},
151151
{
152152
id: 'html',
153-
title: 'Body (HTML)',
153+
title: 'HTML',
154154
type: 'long-input',
155155
placeholder: '<p>HTML email body</p>',
156156
condition: {

0 commit comments

Comments
 (0)