mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 13:00:56 +03:00
Initial Icon Tests
This commit is contained in:
@@ -21,7 +21,7 @@ class Text_DocumentLoaders implements INode {
|
||||
this.name = 'textFile'
|
||||
this.version = 3.0
|
||||
this.type = 'Document'
|
||||
this.icon = 'textFile.svg'
|
||||
this.icon = 'Txt.svg'
|
||||
this.category = 'Document Loaders'
|
||||
this.description = `Load data from text files`
|
||||
this.baseClasses = [this.type]
|
||||
|
||||
Reference in New Issue
Block a user