mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +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',
|
displayName: 'Text Classifier',
|
||||||
name: 'textClassifier',
|
name: 'textClassifier',
|
||||||
icon: 'fa:tags',
|
icon: 'fa:tags',
|
||||||
|
iconColor: 'black',
|
||||||
group: ['transform'],
|
group: ['transform'],
|
||||||
version: 1,
|
version: 1,
|
||||||
description: 'Classify your text into distinct categories',
|
description: 'Classify your text into distinct categories',
|
||||||
|
|||||||
Reference in New Issue
Block a user