fix typo in listRows action

This commit is contained in:
Christoph Dyllick-Brenzinger 2024-07-10 19:47:47 +02:00
parent 2454db80de
commit d25913b529

View file

@ -22,12 +22,12 @@ export const properties: INodeProperties[] = [
placeholder: 'Select a table',
required: true,
typeOptions: {
loadOptionsMethod: 'getTableNameAndId',
loadOptionsMethod: 'getTableNames',
},
default: '',
// eslint-disable-next-line n8n-nodes-base/node-param-description-wrong-for-dynamic-options
description:
'Choose from the list, or specify by using an expression. Provide it in the way "table_name:::table_id".',
'The name of SeaTable table to access. Choose from the list, or specify a name using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
},
{
// eslint-disable-next-line n8n-nodes-base/node-param-display-name-wrong-for-dynamic-options