mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
refactor(Text Classifier Node): Mark the text classifier node as black (#10118)
This commit is contained in:
@@ -34,6 +34,7 @@ export class TextClassifier implements INodeType {
|
||||
displayName: 'Text Classifier',
|
||||
name: 'textClassifier',
|
||||
icon: 'fa:tags',
|
||||
iconColor: 'black',
|
||||
group: ['transform'],
|
||||
version: 1,
|
||||
description: 'Classify your text into distinct categories',
|
||||
|
||||
Reference in New Issue
Block a user