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
@@ -6,12 +6,12 @@ import { NotionV2 } from './v2/NotionV2.node';
|
||||
export class Notion extends VersionedNodeType {
|
||||
constructor() {
|
||||
const baseDescription: INodeTypeBaseDescription = {
|
||||
displayName: 'Notion (Beta)',
|
||||
displayName: 'Notion',
|
||||
name: 'notion',
|
||||
icon: 'file:notion.svg',
|
||||
group: ['output'],
|
||||
subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
|
||||
description: 'Consume Notion API (Beta)',
|
||||
description: 'Consume Notion API',
|
||||
defaultVersion: 2,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user