mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
refactor: Update Notion nodes to remove beta from name (#4838)
This commit is contained in:
committed by
GitHub
parent
b69f480d4c
commit
454375077f
@@ -10,7 +10,7 @@ import { getDatabases } from './SearchFunctions';
|
||||
export class NotionTrigger implements INodeType {
|
||||
description: INodeTypeDescription = {
|
||||
// eslint-disable-next-line n8n-nodes-base/node-class-description-display-name-unsuffixed-trigger-node
|
||||
displayName: 'Notion Trigger (Beta)',
|
||||
displayName: 'Notion Trigger',
|
||||
name: 'notionTrigger',
|
||||
icon: 'file:notion.svg',
|
||||
group: ['trigger'],
|
||||
@@ -49,7 +49,7 @@ export class NotionTrigger implements INodeType {
|
||||
},
|
||||
{
|
||||
displayName:
|
||||
'In Notion, make sure you <a href="https://www.notion.so/help/add-and-manage-connections-with-the-api#add-connections-to-pages" target="_blank">share your database with your integration</a> . Otherwise it won\'t be accessible, or listed here.',
|
||||
'In Notion, make sure to <a href="https://www.notion.so/help/add-and-manage-connections-with-the-api" target="_blank">add your connection</a> to the pages you want to access.',
|
||||
name: 'notionNotice',
|
||||
type: 'notice',
|
||||
default: '',
|
||||
|
||||
Reference in New Issue
Block a user