Skip to content

Commit 1f03c05

Browse files
committed
Changing prop type of body from any to string.
1 parent 0f2347b commit 1f03c05

File tree

2 files changed

+23
-26
lines changed

2 files changed

+23
-26
lines changed

components/gmail/gmail.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ export default {
219219
description: "Specify a subject for the email.",
220220
},
221221
body: {
222-
type: "any",
222+
type: "string",
223223
label: "Email Body",
224224
description: "Include an email body as either plain text or HTML. If HTML, make sure to set the \"Body Type\" prop to `html`.",
225225
},

pnpm-lock.yaml

Lines changed: 22 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)