mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-25 13:01:00 +03:00
modify description
This commit is contained in:
@@ -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 = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user