🐛 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.
This commit is contained in:
Tom 2022-03-05 10:41:14 +01:00 committed by GitHub
parent 2e7dcd3c3a
commit cb5b98afbc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -431,7 +431,7 @@ export const operationFields: INodeProperties[] = [
default: {},
options: [
{
name: 'Fields',
name: 'fields',
displayName: 'Field',
values: [
{