From d25913b529de2fbd4138b4092c111a50ede139bc Mon Sep 17 00:00:00 2001 From: Christoph Dyllick-Brenzinger Date: Wed, 10 Jul 2024 19:47:47 +0200 Subject: [PATCH] fix typo in listRows action --- .../nodes/SeaTable/v2/actions/row/list.operation.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/nodes-base/nodes/SeaTable/v2/actions/row/list.operation.ts b/packages/nodes-base/nodes/SeaTable/v2/actions/row/list.operation.ts index 01bacc8a73..afb120d4ff 100644 --- a/packages/nodes-base/nodes/SeaTable/v2/actions/row/list.operation.ts +++ b/packages/nodes-base/nodes/SeaTable/v2/actions/row/list.operation.ts @@ -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 expression.', }, { // eslint-disable-next-line n8n-nodes-base/node-param-display-name-wrong-for-dynamic-options