mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 19:32:15 +00:00
fix(Supabase Node): Fix Row > Get operation (#3045)
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user