mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-22 20:29:08 +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: {},
|
default: {},
|
||||||
options: [
|
options: [
|
||||||
{
|
{
|
||||||
name: 'Fields',
|
name: 'fields',
|
||||||
displayName: 'Field',
|
displayName: 'Field',
|
||||||
values: [
|
values: [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user