mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
⚡ Fix a typo in Notion Trigger node (#3239)
* Fixing a typo in notion trigger node * Fixing a typo in notion trigger node
This commit is contained in:
@@ -51,7 +51,7 @@ export class NotionTrigger implements INodeType {
|
||||
value: 'pageAddedToDatabase',
|
||||
},
|
||||
{
|
||||
name: 'Paged Updated in Database',
|
||||
name: 'Page Updated in Database',
|
||||
value: 'pagedUpdatedInDatabase',
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user