mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 04:34:06 -08:00
refactor(Notion Node): Add content access note to Notion Trigger (#3625)
* Added notice to Notion trigger * Changed position
This commit is contained in:
parent
02bc3da785
commit
bb41f8388d
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue