mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 04:34:06 -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: {},
|
default: {},
|
||||||
options: [
|
options: [
|
||||||
{
|
{
|
||||||
name: 'Fields',
|
name: 'fields',
|
||||||
displayName: 'Field',
|
displayName: 'Field',
|
||||||
values: [
|
values: [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue