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',
|
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'],
|
||||||
|
|
Loading…
Reference in a new issue