mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(Baserow Node): Fix issue with get all not correctly using filters (#5519)
This commit is contained in:
committed by
GitHub
parent
1c476770a7
commit
ee21b7a1cf
@@ -177,7 +177,7 @@ export class Baserow implements INodeType {
|
||||
|
||||
const { order, filters, filterType, search } = this.getNodeParameter(
|
||||
'additionalOptions',
|
||||
0,
|
||||
i,
|
||||
) as GetAllAdditionalOptions;
|
||||
|
||||
const qs: IDataObject = {};
|
||||
|
||||
Reference in New Issue
Block a user