fix(editor): Fix icon color on 'Call n8n Workflow Tool' node (#13568)

This commit is contained in:
Jaakko Husso
2025-02-28 09:07:07 +02:00
committed by GitHub
parent 1c5f1cab37
commit 90d09431af
3 changed files with 1 additions and 3 deletions

View File

@@ -7,7 +7,6 @@ import { getConnectionHintNoticeField } from '../../../../utils/sharedFields';
export const versionDescription: INodeTypeDescription = {
displayName: 'Call n8n Workflow Tool',
name: 'toolWorkflow',
icon: 'fa:network-wired',
group: ['transform'],
description: 'Uses another n8n workflow as a tool. Allows packaging any n8n node(s) as a tool.',
defaults: {