From cb5b98afbcfdd137d7a89981a4ab8b769162b171 Mon Sep 17 00:00:00 2001 From: Tom <19203795+that-one-tom@users.noreply.github.com> Date: Sat, 5 Mar 2022 10:41:14 +0100 Subject: [PATCH] :bug: Fix sorting by field in Baserow Node (#2942) This fixes a bug which currently leads to the "Sorting" option of the node to be ignored. --- packages/nodes-base/nodes/Baserow/OperationDescription.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nodes-base/nodes/Baserow/OperationDescription.ts b/packages/nodes-base/nodes/Baserow/OperationDescription.ts index b12c7a368..a0f5aab6e 100644 --- a/packages/nodes-base/nodes/Baserow/OperationDescription.ts +++ b/packages/nodes-base/nodes/Baserow/OperationDescription.ts @@ -431,7 +431,7 @@ export const operationFields: INodeProperties[] = [ default: {}, options: [ { - name: 'Fields', + name: 'fields', displayName: 'Field', values: [ {