fix(Data Table Node): Adjust metadata (no-changelog) (#18954)

This commit is contained in:
Charlie Kolb
2025-08-29 12:28:10 +02:00
committed by GitHub
parent 7dd89d77d9
commit cec1255ffc
3 changed files with 6 additions and 18 deletions

View File

@@ -16,16 +16,16 @@ export class DataTable implements INodeType {
name: 'dataTable',
icon: 'fa:table',
iconColor: 'orange',
group: ['transform'],
group: ['input', 'transform'],
version: 1,
subtitle: '={{$parameter["action"]}}',
description: 'Save data across workflow executions in a table',
description: 'Permanently save data across workflow executions in a table',
defaults: {
name: 'Data Table',
},
usableAsTool: true,
// We have custom logic in the frontend to ignore `hidden` for this
// particular node type if the data table module is enabled
// particular node type if the data-table module is enabled
hidden: true,
inputs: [NodeConnectionTypes.Main],
outputs: [NodeConnectionTypes.Main],