mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(editor): Fix icon color on 'Call n8n Workflow Tool' node (#13568)
This commit is contained in:
@@ -10,6 +10,7 @@ export class ToolWorkflow extends VersionedNodeType {
|
|||||||
displayName: 'Call n8n Sub-Workflow Tool',
|
displayName: 'Call n8n Sub-Workflow Tool',
|
||||||
name: 'toolWorkflow',
|
name: 'toolWorkflow',
|
||||||
icon: 'fa:network-wired',
|
icon: 'fa:network-wired',
|
||||||
|
iconColor: 'black',
|
||||||
group: ['transform'],
|
group: ['transform'],
|
||||||
description:
|
description:
|
||||||
'Uses another n8n workflow as a tool. Allows packaging any n8n node(s) as a tool.',
|
'Uses another n8n workflow as a tool. Allows packaging any n8n node(s) as a tool.',
|
||||||
|
|||||||
@@ -13,8 +13,6 @@ import { getConnectionHintNoticeField } from '../../../../utils/sharedFields';
|
|||||||
export const versionDescription: INodeTypeDescription = {
|
export const versionDescription: INodeTypeDescription = {
|
||||||
displayName: 'Call n8n Workflow Tool',
|
displayName: 'Call n8n Workflow Tool',
|
||||||
name: 'toolWorkflow',
|
name: 'toolWorkflow',
|
||||||
icon: 'fa:network-wired',
|
|
||||||
iconColor: 'black',
|
|
||||||
group: ['transform'],
|
group: ['transform'],
|
||||||
version: [1, 1.1, 1.2, 1.3],
|
version: [1, 1.1, 1.2, 1.3],
|
||||||
description: 'Uses another n8n workflow as a tool. Allows packaging any n8n node(s) as a tool.',
|
description: 'Uses another n8n workflow as a tool. Allows packaging any n8n node(s) as a tool.',
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ import { getConnectionHintNoticeField } from '../../../../utils/sharedFields';
|
|||||||
export const versionDescription: INodeTypeDescription = {
|
export const versionDescription: INodeTypeDescription = {
|
||||||
displayName: 'Call n8n Workflow Tool',
|
displayName: 'Call n8n Workflow Tool',
|
||||||
name: 'toolWorkflow',
|
name: 'toolWorkflow',
|
||||||
icon: 'fa:network-wired',
|
|
||||||
group: ['transform'],
|
group: ['transform'],
|
||||||
description: 'Uses another n8n workflow as a tool. Allows packaging any n8n node(s) as a tool.',
|
description: 'Uses another n8n workflow as a tool. Allows packaging any n8n node(s) as a tool.',
|
||||||
defaults: {
|
defaults: {
|
||||||
|
|||||||
Reference in New Issue
Block a user