docs: Remove missed beta text from Notion node (no-changelog) (#6166)

This commit is contained in:
Jon 2023-05-18 17:33:08 +01:00 committed by GitHub
parent 8fdfa3b6b8
commit 000cacf736
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -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: [
{ {

View file

@ -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'],

View file

@ -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'],