mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix(Data Table Node): Use same color as Execute Workflow Node (no-changelog) (#19032)
This commit is contained in:
@@ -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"]}}',
|
||||
|
||||
Reference in New Issue
Block a user