mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 20:24:05 -08:00
🐛 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:
parent
2e7dcd3c3a
commit
cb5b98afbc
|
@ -431,7 +431,7 @@ export const operationFields: INodeProperties[] = [
|
|||
default: {},
|
||||
options: [
|
||||
{
|
||||
name: 'Fields',
|
||||
name: 'fields',
|
||||
displayName: 'Field',
|
||||
values: [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue