mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
refactor(Notion Node): Add content access note to Notion Trigger (#3625)
* Added notice to Notion trigger * Changed position
This commit is contained in:
committed by
GitHub
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',
|
||||
|
||||
Reference in New Issue
Block a user