fix(Data Table Node): Use same color as Execute Workflow Node (no-changelog) (#19032)

This commit is contained in:
Charlie Kolb
2025-09-01 12:24:35 +02:00
committed by GitHub
parent aaa7d46d68
commit daac88b3ec

View File

@@ -15,7 +15,7 @@ export class DataTable implements INodeType {
displayName: 'Data Table',
name: 'dataTable',
icon: 'fa:table',
iconColor: 'orange',
iconColor: 'orange-red',
group: ['input', 'transform'],
version: 1,
subtitle: '={{$parameter["action"]}}',