We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 350242a commit 9974cebCopy full SHA for 9974ceb
components/notion/sources/new-database/new-database.mjs
@@ -4,7 +4,7 @@ import sampleEmit from "./test-event.mjs";
4
5
export default {
6
...base,
7
- key: "notion-new-data-source",
+ key: "notion-new-database",
8
name: "New Data Source Created",
9
description: "Emit new event when a data source is created. [See the documentation](https://developers.notion.com/reference/data-source)",
10
version: "0.1.0",
0 commit comments