Skip to content

Commit

Permalink
fix(Supabase Node): Fix Row > Get operation (#3045)
Browse files Browse the repository at this point in the history
  • Loading branch information
janober authored Mar 25, 2022
1 parent 3b4a97d commit b9aa440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nodes-base/nodes/Supabase/RowDescription.ts
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ export const rowFields: INodeProperties[] = [
/* -------------------------------------------------------------------------- */
{
displayName: 'Select Conditions',
name: 'primaryKey',
name: 'filters',
type: 'fixedCollection',
typeOptions: {
multipleValues: true,
Expand Down

0 comments on commit b9aa440

Please sign in to comment.