mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
docs: Remove missed beta text from Notion node (no-changelog) (#6166)
This commit is contained in:
@@ -22,7 +22,7 @@ export class NotionTrigger implements INodeType {
|
|||||||
description: 'Starts the workflow when Notion events occur',
|
description: 'Starts the workflow when Notion events occur',
|
||||||
subtitle: '={{$parameter["event"]}}',
|
subtitle: '={{$parameter["event"]}}',
|
||||||
defaults: {
|
defaults: {
|
||||||
name: 'Notion Trigger (Beta)',
|
name: 'Notion Trigger',
|
||||||
},
|
},
|
||||||
credentials: [
|
credentials: [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ export const versionDescription: INodeTypeDescription = {
|
|||||||
subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
|
subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
|
||||||
description: 'Consume Notion API',
|
description: 'Consume Notion API',
|
||||||
defaults: {
|
defaults: {
|
||||||
name: 'Notion (Beta)',
|
name: 'Notion',
|
||||||
},
|
},
|
||||||
inputs: ['main'],
|
inputs: ['main'],
|
||||||
outputs: ['main'],
|
outputs: ['main'],
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ export const versionDescription: INodeTypeDescription = {
|
|||||||
subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
|
subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
|
||||||
description: 'Consume Notion API',
|
description: 'Consume Notion API',
|
||||||
defaults: {
|
defaults: {
|
||||||
name: 'Notion (Beta)',
|
name: 'Notion',
|
||||||
},
|
},
|
||||||
inputs: ['main'],
|
inputs: ['main'],
|
||||||
outputs: ['main'],
|
outputs: ['main'],
|
||||||
|
|||||||
Reference in New Issue
Block a user