Skip to content

Commit

Permalink
docs: Remove missed beta text from Notion node (no-changelog) (#6166)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joffcom committed May 18, 2023
1 parent 8fdfa3b commit 000cacf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/nodes-base/nodes/Notion/NotionTrigger.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
{
Expand Down
2 changes: 1 addition & 1 deletion packages/nodes-base/nodes/Notion/v1/VersionDescription.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down
2 changes: 1 addition & 1 deletion packages/nodes-base/nodes/Notion/v2/VersionDescription.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit 000cacf

Please sign in to comment.