Skip to content

Commit

Permalink
refactor(Notion Node): Add content access note to Notion Trigger (#3625)
Browse files Browse the repository at this point in the history
* Added notice to Notion trigger

* Changed position
  • Loading branch information
Joffcom authored Jul 4, 2022
1 parent 02bc3da commit bb41f83
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/nodes-base/nodes/Notion/NotionTrigger.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ export class NotionTrigger implements INodeType {
required: true,
default: '',
},
{
displayName: 'In Notion, make sure you share your database with your integration. Otherwise it won\'t be accessible, or listed here.',
name: 'notionNotice',
type: 'notice',
default: '',
},
{
displayName: 'Database Name or ID',
name: 'databaseId',
Expand Down

0 comments on commit bb41f83

Please sign in to comment.