1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-10-08 02:28:57 +03:00

refactor(Notion Node): Add content access note to Notion Trigger (#3625)

* Added notice to Notion trigger

* Changed position
This commit is contained in:
Jonathan Bennetts 2022-07-04 08:41:44 +01:00 committed by GitHub
parent 02bc3da785
commit bb41f8388d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',