refactor(Text Classifier Node): Mark the text classifier node as black (#10118)

This commit is contained in:
jeanpaul 2024-07-19 14:51:03 +02:00 committed by GitHub
parent 2e5c548452
commit 12d692349d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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',