Skip to content

Commit 808eb3d

Browse files
reorder props
1 parent 927fd30 commit 808eb3d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ export default {
1919
"databaseId",
2020
],
2121
},
22+
includeNewPages: {
23+
type: "boolean",
24+
label: "Include New Pages",
25+
description: "Set to `true` to emit events when pages are created. Set to `false` to ignore new pages.",
26+
default: true,
27+
},
2228
properties: {
2329
propDefinition: [
2430
notion,
@@ -31,12 +37,6 @@ export default {
3137
description: "Only emit events when one or more of the selected properties have changed",
3238
optional: true,
3339
},
34-
includeNewPages: {
35-
type: "boolean",
36-
label: "Include New Pages",
37-
description: "Set to `true` to emit events when pages are created. Set to `false` to ignore new pages.",
38-
default: true,
39-
},
4040
},
4141
hooks: {
4242
async deploy() {

0 commit comments

Comments
 (0)