Skip to content

Commit 2a3480a

Browse files
update prop description (#16224)
1 parent 2798671 commit 2a3480a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

components/gmail/actions/find-email/find-email.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "gmail-find-email",
55
name: "Find Email",
66
description: "Find an email using Google's Search Engine. [See the docs](https://developers.google.com/gmail/api/reference/rest/v1/users.messages/list)",
7-
version: "0.0.9",
7+
version: "0.0.10",
88
type: "action",
99
props: {
1010
gmail,
@@ -34,7 +34,7 @@ export default {
3434
maxResults: {
3535
type: "integer",
3636
label: "Max Results",
37-
description: "Maximum number of messages to return. This field defaults to 100. The maximum allowed value for this field is 500.",
37+
description: "Maximum number of messages to return. Defaults to `100`.",
3838
default: 100,
3939
optional: true,
4040
},

components/gmail/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/gmail",
3-
"version": "0.2.9",
3+
"version": "0.2.10",
44
"description": "Pipedream Gmail Components",
55
"main": "gmail.app.mjs",
66
"keywords": [

0 commit comments

Comments
 (0)