mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
fix(Supabase Node): Fix Row > Get operation (#3045)
This commit is contained in:
parent
3b4a97dd57
commit
b9aa440be3
|
@ -228,7 +228,7 @@ export const rowFields: INodeProperties[] = [
|
||||||
/* -------------------------------------------------------------------------- */
|
/* -------------------------------------------------------------------------- */
|
||||||
{
|
{
|
||||||
displayName: 'Select Conditions',
|
displayName: 'Select Conditions',
|
||||||
name: 'primaryKey',
|
name: 'filters',
|
||||||
type: 'fixedCollection',
|
type: 'fixedCollection',
|
||||||
typeOptions: {
|
typeOptions: {
|
||||||
multipleValues: true,
|
multipleValues: true,
|
||||||
|
|
Loading…
Reference in a new issue