fix(editor): Standardize capitalization of "Data table" across various files (no-changelog) (#19111)

This commit is contained in:
Svetoslav Dekov
2025-09-03 14:43:24 +03:00
committed by GitHub
parent 69e6498d24
commit 6bd4edf1ec
9 changed files with 18 additions and 17 deletions

View File

@@ -12,7 +12,7 @@ import {
export class DataTable implements INodeType {
description: INodeTypeDescription = {
displayName: 'Data Table',
displayName: 'Data table',
name: 'dataTable',
icon: 'fa:table',
iconColor: 'orange-red',
@@ -21,7 +21,7 @@ export class DataTable implements INodeType {
subtitle: '={{$parameter["action"]}}',
description: 'Permanently save data across workflow executions in a table',
defaults: {
name: 'Data Table',
name: 'Data table',
},
usableAsTool: true,
// We have custom logic in the frontend to ignore `hidden` for this