mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
fix(Baserow Node): Fix issue with get all not correctly using filters (#5519)
This commit is contained in:
parent
1c476770a7
commit
ee21b7a1cf
|
@ -177,7 +177,7 @@ export class Baserow implements INodeType {
|
||||||
|
|
||||||
const { order, filters, filterType, search } = this.getNodeParameter(
|
const { order, filters, filterType, search } = this.getNodeParameter(
|
||||||
'additionalOptions',
|
'additionalOptions',
|
||||||
0,
|
i,
|
||||||
) as GetAllAdditionalOptions;
|
) as GetAllAdditionalOptions;
|
||||||
|
|
||||||
const qs: IDataObject = {};
|
const qs: IDataObject = {};
|
||||||
|
|
Loading…
Reference in a new issue