mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00: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:
@@ -431,7 +431,7 @@ export const operationFields: INodeProperties[] = [
|
||||
default: {},
|
||||
options: [
|
||||
{
|
||||
name: 'Fields',
|
||||
name: 'fields',
|
||||
displayName: 'Field',
|
||||
values: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user