modify description

This commit is contained in:
chungyau97
2023-06-01 01:57:38 +07:00
parent 10c4f916de
commit 0adfa3ec90
2 changed files with 2 additions and 2 deletions
@@ -18,7 +18,7 @@ class NotionDB_DocumentLoaders implements INode {
this.type = 'Document'
this.icon = 'notion.png'
this.category = 'Document Loaders'
this.description = `Load data from Notion Database`
this.description = 'Load data from Notion Database ID'
this.baseClasses = [this.type]
this.inputs = [
{
@@ -18,7 +18,7 @@ class NotionFolder_DocumentLoaders implements INode {
this.type = 'Document'
this.icon = 'notion.png'
this.category = 'Document Loaders'
this.description = `Load data from Notion folder`
this.description = 'Load data from the exported and unzipped Notion folder'
this.baseClasses = [this.type]
this.inputs = [
{