mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 03:01:10 +03:00
Updated document loader icons
This commit is contained in:
@@ -18,7 +18,7 @@ class Csv_DocumentLoaders implements INode {
|
||||
this.name = 'csvFile'
|
||||
this.version = 1.0
|
||||
this.type = 'Document'
|
||||
this.icon = 'Csv.png'
|
||||
this.icon = 'csv.svg'
|
||||
this.category = 'Document Loaders'
|
||||
this.description = `Load data from CSV files`
|
||||
this.baseClasses = [this.type]
|
||||
|
||||
Reference in New Issue
Block a user