mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix(editor): Standardize capitalization of "Data table" across various files (no-changelog) (#19111)
This commit is contained in:
@@ -36,7 +36,7 @@ export class DataStoreProxyService implements DataStoreProxyProvider {
|
||||
|
||||
private validateRequest(node: INode) {
|
||||
if (node.type !== 'n8n-nodes-base.dataTable' && node.type !== 'n8n-nodes-base.dataTableTool') {
|
||||
throw new Error('This proxy is only available for data table nodes');
|
||||
throw new Error('This proxy is only available for Data table nodes');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ import { Container } from '@n8n/di';
|
||||
|
||||
const YELLOW = '\x1b[33m';
|
||||
const CLEAR = '\x1b[0m';
|
||||
const DATA_TABLE_WARNING_MESSAGE = `[Data Table] The data table module is experimental and subject to change.
|
||||
const DATA_TABLE_WARNING_MESSAGE = `[Data table] The Data table module is experimental and subject to change.
|
||||
Any tables added before the official release may become inaccessible at any point. Use at your own risk.`;
|
||||
|
||||
@BackendModule({ name: 'data-table' })
|
||||
|
||||
Reference in New Issue
Block a user