Skip to content

Commit 70e534f

Browse files
add alert to trigger (#14927)
1 parent a8246da commit 70e534f

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

components/notion/package.json

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

components/notion/sources/updated-page/updated-page.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default {
99
key: "notion-updated-page",
1010
name: "Updated Page in Database", /* eslint-disable-line pipedream/source-name */
1111
description: "Emit new event when a page in a database is updated. To select a specific page, use `Updated Page ID` instead",
12-
version: "0.1.3",
12+
version: "0.1.4",
1313
type: "source",
1414
dedupe: "unique",
1515
props: {
@@ -38,6 +38,11 @@ export default {
3838
description: "Only emit events when one or more of the selected properties have changed",
3939
optional: true,
4040
},
41+
alert: {
42+
type: "alert",
43+
alertType: "info",
44+
content: "Source not saving? Your database might be too large. If deployment takes longer than one minute, an error will occur.",
45+
},
4146
},
4247
hooks: {
4348
async activate() {

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)