Skip to content

Commit

Permalink
fix(create draft): make field "Text" multiline
Browse files Browse the repository at this point in the history
  • Loading branch information
umanamente committed Jul 27, 2024
1 parent 78952e0 commit 131e777
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nodes/Imap/operations/email/functions/EmailCreateDraft.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ export const createDraftOperation: IResourceOperationDef = {
type: 'string',
default: '',
description: 'The text of the email',
typeOptions: {
rows: 5,
},
displayOptions: {
show: {
inputFormat: [
Expand Down

0 comments on commit 131e777

Please sign in to comment.