Skip to content

Commit

Permalink
chore(improvement): use string instead of text field
Browse files Browse the repository at this point in the history
  • Loading branch information
nckhell committed Feb 5, 2025
1 parent 756fab2 commit 129a4a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const fields = {
id: 'messageBody',
label: 'Message Body',
description: 'The content of the message to be added to the thread',
type: FieldType.STRING,
type: FieldType.TEXT,
required: true,
},
} satisfies Record<string, Field>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const fields = {
id: 'messageBody',
label: 'Message Body',
description: 'The content of the initial message in the thread',
type: FieldType.STRING,
type: FieldType.TEXT,
required: true,
},
recipientId: {
Expand Down

0 comments on commit 129a4a1

Please sign in to comment.