Skip to content

Commit b9aa440

Browse files
authored
fix(Supabase Node): Fix Row > Get operation (#3045)
1 parent 3b4a97d commit b9aa440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nodes-base/nodes/Supabase/RowDescription.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ export const rowFields: INodeProperties[] = [
228228
/* -------------------------------------------------------------------------- */
229229
{
230230
displayName: 'Select Conditions',
231-
name: 'primaryKey',
231+
name: 'filters',
232232
type: 'fixedCollection',
233233
typeOptions: {
234234
multipleValues: true,

0 commit comments

Comments
 (0)