You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/gmail/actions/find-email/find-email.mjs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ export default {
4
4
key: "gmail-find-email",
5
5
name: "Find Email",
6
6
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",
8
8
type: "action",
9
9
props: {
10
10
gmail,
@@ -34,7 +34,7 @@ export default {
34
34
maxResults: {
35
35
type: "integer",
36
36
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`.",
0 commit comments