mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 20:24:05 -08:00
docs: Remove missed beta text from Notion node (no-changelog) (#6166)
This commit is contained in:
parent
8fdfa3b6b8
commit
000cacf736
|
@ -22,7 +22,7 @@ export class NotionTrigger implements INodeType {
|
|||
description: 'Starts the workflow when Notion events occur',
|
||||
subtitle: '={{$parameter["event"]}}',
|
||||
defaults: {
|
||||
name: 'Notion Trigger (Beta)',
|
||||
name: 'Notion Trigger',
|
||||
},
|
||||
credentials: [
|
||||
{
|
||||
|
|
|
@ -20,7 +20,7 @@ export const versionDescription: INodeTypeDescription = {
|
|||
subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
|
||||
description: 'Consume Notion API',
|
||||
defaults: {
|
||||
name: 'Notion (Beta)',
|
||||
name: 'Notion',
|
||||
},
|
||||
inputs: ['main'],
|
||||
outputs: ['main'],
|
||||
|
|
|
@ -20,7 +20,7 @@ export const versionDescription: INodeTypeDescription = {
|
|||
subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
|
||||
description: 'Consume Notion API',
|
||||
defaults: {
|
||||
name: 'Notion (Beta)',
|
||||
name: 'Notion',
|
||||
},
|
||||
inputs: ['main'],
|
||||
outputs: ['main'],
|
||||
|
|
Loading…
Reference in a new issue